fixing initial migration
This commit is contained in:
parent
cae6cabaa2
commit
f7f81e0bda
1 changed files with 1 additions and 0 deletions
|
@ -38,5 +38,6 @@ CREATE TABLE IF NOT EXISTS 'presentations' (
|
|||
'title' TEXT NOT NULL,
|
||||
'filePath' TEXT NOT NULL,
|
||||
pageCount INTEGER DEFAULT 1,
|
||||
html BOOLEAN NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY(id)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue