Skip to content

Commit

Permalink
fix: fix d1 migrations (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored Dec 7, 2022
1 parent e17a8a0 commit 5b8a6e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ ALTER TABLE "spaces"
ADD COLUMN "metadata" JSON NOT NULL DEFAULT '"{}"';

ALTER TABLE "spaces"
ADD COLUMN "invocation" text NOT NULL;
ADD COLUMN "invocation" text NOT NULL DEFAULT EMPTY;

0 comments on commit 5b8a6e7

Please sign in to comment.