mirror of
https://github.com/penpot/penpot.git
synced 2026-04-29 21:28:20 +00:00
🐛 Minor fix on pages migration.
This commit is contained in:
parent
b4336f7ceb
commit
8c4bdc3f31
@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS pages (
|
||||
deleted_at timestamptz DEFAULT NULL,
|
||||
|
||||
version bigint NOT NULL,
|
||||
ordering smallint,
|
||||
ordering smallint NOT NULL,
|
||||
|
||||
name text NOT NULL,
|
||||
data bytea NOT NULL,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user