mirror of
https://github.com/penpot/penpot.git
synced 2026-05-08 01:28:44 +00:00
4 lines
68 B
SQL
4 lines
68 B
SQL
ALTER TABLE file
|
|
ADD COLUMN ignore_sync_until timestamptz NULL;
|
|
|