Include page options into the data field.

And remove unused `metadata` field.
This commit is contained in:
Andrey Antukh 2020-01-08 23:05:37 +01:00
parent 904664319a
commit 9c68877328
8 changed files with 47 additions and 28 deletions

View file

@ -64,8 +64,7 @@ CREATE TABLE IF NOT EXISTS project_pages (
ordering smallint NOT NULL,
name text NOT NULL,
data bytea NOT NULL,
metadata bytea NULL DEFAULT NULL
data bytea NOT NULL
);
CREATE TABLE IF NOT EXISTS project_page_snapshots (