mirror of
https://github.com/penpot/penpot.git
synced 2025-07-15 13:15:15 +02:00
3 lines
68 B
SQL
3 lines
68 B
SQL
ALTER TABLE file
|
|
ADD COLUMN ignore_sync_until timestamptz NULL;
|
|
|