0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-10 14:51:37 -05:00

🐛 Minor fix on pages migration.

This commit is contained in:
Andrey Antukh 2019-12-04 20:12:39 +01:00
parent b4336f7ceb
commit 8c4bdc3f31

View file

@ -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,