diff --git a/src/rust/migrations/2023-04-04-164359_library-db/up.sql b/src/rust/migrations/2023-04-04-164359_library-db/up.sql index 18176e1..018dc3e 100644 --- a/src/rust/migrations/2023-04-04-164359_library-db/up.sql +++ b/src/rust/migrations/2023-04-04-164359_library-db/up.sql @@ -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) );