1
Fork 0

Add missing column

This commit is contained in:
Jan-Erik Rediger 2024-01-06 19:14:50 +02:00
parent 90eb4c8e85
commit 60d5d1eb2b

View file

@ -20,6 +20,7 @@ CREATE TABLE IF NOT EXISTS [posts] (
[title] TEXT, [title] TEXT,
[published_date] TEXT, [published_date] TEXT,
[layout] TEXT, [layout] TEXT,
[tags] TEXT,
[data] TEXT, [data] TEXT,
[excerpt] TEXT [excerpt] TEXT
); );