Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit f3d821d

Browse files
committed
wip: fix studio snapshot migration
1 parent 3586aff commit f3d821d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/bleep/migrations/20230919100529_code_studio_docs.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ CREATE TABLE docs (
1010

1111
modified_at DATETIME NOT NULL DEFAULT (datetime('now'))
1212
);
13-
ALTER TABLE studio_snapshots ADD COLUMN doc_context TEXT NOT NULL;
13+
ALTER TABLE studio_snapshots ADD COLUMN doc_context TEXT NOT NULL DEFAULT '[]';

0 commit comments

Comments
 (0)