diff --git a/lib/DB/patches/0049_site.sql b/lib/DB/patches/0049_site.sql new file mode 100644 index 000000000..e728599ae --- /dev/null +++ b/lib/DB/patches/0049_site.sql @@ -0,0 +1,3 @@ +INSERT INTO `site` (`setting`, `value`) VALUES ('categorizeforeign', '1'); +INSERT INTO `site` (`setting`, `value`) VALUES ('catwebdl', '0'); +UPDATE `tmux` SET `value` = '49' WHERE `setting` = 'sqlpatch'; \ No newline at end of file