Skip to content

Commit

Permalink
no need to delete since we aren't using the null/unset val now
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Jul 19, 2023
1 parent 6944823 commit a0ac9e3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
INSERT INTO setting(content, lang, name) VALUES
('true', '', ':FilePIDsEnabled')
ON CONFLICT DO NOTHING;
DELETE FROM setting where name=':FilePIDsEnabled' AND content='false';

0 comments on commit a0ac9e3

Please sign in to comment.