diff --git a/store/db/migration/prod/0.7/00__remove_fk.sql b/store/db/migration/prod/0.7/00__remove_fk.sql index e22297b8..13d8ce09 100644 --- a/store/db/migration/prod/0.7/00__remove_fk.sql +++ b/store/db/migration/prod/0.7/00__remove_fk.sql @@ -88,6 +88,7 @@ CREATE TABLE resource ( updated_ts BIGINT NOT NULL DEFAULT (strftime('%s', 'now')), filename TEXT NOT NULL DEFAULT '', blob BLOB DEFAULT NULL, + external_link TEXT NOT NULL DEFAULT '', type TEXT NOT NULL DEFAULT '', size INTEGER NOT NULL DEFAULT 0 );