We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f70e927 + c770f77 commit a563be4Copy full SHA for a563be4
supabase/migrations/20240916150307_workspace_default.sql
@@ -0,0 +1,2 @@
1
+ALTER TABLE public.projects
2
+ALTER COLUMN workspace SET DEFAULT 'default';
0 commit comments