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