mirror of
https://github.com/penpot/penpot.git
synced 2025-05-30 17:46:11 +02:00
✨ Improve page options handling.
This commit is contained in:
parent
9c68877328
commit
c8298c72ea
8 changed files with 269 additions and 283 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue