Improve page options handling.

This commit is contained in:
Andrey Antukh 2020-01-09 13:41:52 +01:00
parent 9c68877328
commit c8298c72ea
8 changed files with 269 additions and 283 deletions

View file

@ -81,7 +81,7 @@ CREATE TABLE IF NOT EXISTS project_page_snapshots (
label text NOT NULL DEFAULT '',
data bytea NOT NULL,
operations bytea NULL DEFAULT NULL
changes bytea NULL DEFAULT NULL
);
-- Indexes