mirror of
https://github.com/penpot/penpot.git
synced 2025-05-25 11:26:12 +02:00
🎉 Allow to ignore updates, and do it later in libraries dialog
This commit is contained in:
parent
ae61ce05c9
commit
9873ac9104
11 changed files with 277 additions and 100 deletions
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE file_library_rel
|
||||
ADD COLUMN synced_at timestamptz NOT NULL DEFAULT clock_timestamp();
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE file
|
||||
ADD COLUMN ignore_sync_until timestamptz NULL;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue