Skip to content

Commit

Permalink
Merge pull request #50 from diggerhq/fix/workspace-default
Browse files Browse the repository at this point in the history
Default value for workspace
  • Loading branch information
ZIJ authored Sep 16, 2024
2 parents f70e927 + c770f77 commit a563be4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions supabase/migrations/20240916150307_workspace_default.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE public.projects
ALTER COLUMN workspace SET DEFAULT 'default';

0 comments on commit a563be4

Please sign in to comment.