Skip to content

Commit

Permalink
Default value for workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
ZIJ committed Sep 16, 2024
1 parent 5a48f0c commit c770f77
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 c770f77

Please sign in to comment.