Skip to content

Commit

Permalink
fix(postgres): migration default value
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Dyszkiewicz <[email protected]>
  • Loading branch information
jakubdyszkiewicz committed Dec 15, 2023
1 parent 418473f commit 99e9f51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ALTER TABLE resources ADD COLUMN labels JSONB;
ALTER TABLE resources ADD COLUMN labels JSONB DEFAULT '{}'::jsonb;

0 comments on commit 99e9f51

Please sign in to comment.