mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 14:11:40 +02:00
✨ Include page options into the data field.
And remove unused `metadata` field.
This commit is contained in:
parent
904664319a
commit
9c68877328
8 changed files with 47 additions and 28 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue