From bf1c332aa5e67793544eed4aaf3fa018b6971dde Mon Sep 17 00:00:00 2001 From: lorinjameson Date: Mon, 23 Oct 2023 13:49:44 -0400 Subject: [PATCH] https://github.com/performant-software/vico/issues/194 --- create-default-groups.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/create-default-groups.js b/create-default-groups.js index cb01f16..1b5e122 100644 --- a/create-default-groups.js +++ b/create-default-groups.js @@ -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 = [