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 committed Dec 7, 2022
1 parent 96ddd81 commit fb8c09d
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 fb8c09d

Please sign in to comment.