Skip to content

Commit

Permalink
https://github.com/performant-software/vico/issues/194
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjameson committed Oct 23, 2023
1 parent 9f2bee2 commit bf1c332
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions create-default-groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,13 @@ const main = async (options) => {
public: false,
});
}

// Make sure we have a DEFAULT_CONTEXT tag_definition
const tagCreateResp = await supabase.from('tag_definitions').upsert({
name: 'DEFAULT_CONTEXT',
target_type: 'context',
scope: 'system',
});
};

const optionDefinitions = [
Expand Down

0 comments on commit bf1c332

Please sign in to comment.