We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a48f0c commit c770f77Copy full SHA for c770f77
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