🎉 Allow to ignore updates, and do it later in libraries dialog

This commit is contained in:
Andrés Moya 2020-09-22 12:00:48 +02:00 committed by Andrey Antukh
parent ae61ce05c9
commit 9873ac9104
11 changed files with 277 additions and 100 deletions

View file

@ -0,0 +1,3 @@
ALTER TABLE file_library_rel
ADD COLUMN synced_at timestamptz NOT NULL DEFAULT clock_timestamp();

View file

@ -0,0 +1,3 @@
ALTER TABLE file
ADD COLUMN ignore_sync_until timestamptz NULL;