Add missing column
This commit is contained in:
parent
90eb4c8e85
commit
60d5d1eb2b
1 changed files with 1 additions and 0 deletions
1
index.sh
1
index.sh
|
@ -20,6 +20,7 @@ CREATE TABLE IF NOT EXISTS [posts] (
|
|||
[title] TEXT,
|
||||
[published_date] TEXT,
|
||||
[layout] TEXT,
|
||||
[tags] TEXT,
|
||||
[data] TEXT,
|
||||
[excerpt] TEXT
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue