fixing initial migration

This commit is contained in:
Chris Cochrun 2023-08-05 14:52:41 -05:00
parent cae6cabaa2
commit f7f81e0bda

View file

@ -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)
);