mirror of
https://github.com/usememos/memos.git
synced 2025-02-15 19:00:46 +01:00
fix: missing column in resource table (#368)
This commit is contained in:
parent
8fb59bbfb9
commit
0ea1733acc
@ -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
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user