Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Another try.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Jun 18, 2020
1 parent 09174f1 commit a5e27f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

-- The local_media_repository should have files which do not get quarantined,
-- e.g. files from sticker packs.
ALTER TABLE local_media_repository ADD COLUMN safe_from_quarantine BOOLEAN DEFAULT (1 = 0);
ALTER TABLE local_media_repository ADD COLUMN safe_from_quarantine BOOLEAN DEFAULT 0 NOT NULL;

0 comments on commit a5e27f1

Please sign in to comment.