mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 07:11:32 -05:00
🐛 Minor fix on pages migration.
This commit is contained in:
parent
b4336f7ceb
commit
8c4bdc3f31
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS pages (
|
||||||
deleted_at timestamptz DEFAULT NULL,
|
deleted_at timestamptz DEFAULT NULL,
|
||||||
|
|
||||||
version bigint NOT NULL,
|
version bigint NOT NULL,
|
||||||
ordering smallint,
|
ordering smallint NOT NULL,
|
||||||
|
|
||||||
name text NOT NULL,
|
name text NOT NULL,
|
||||||
data bytea NOT NULL,
|
data bytea NOT NULL,
|
||||||
|
|
Loading…
Add table
Reference in a new issue