Add AutoUnarchive column to Filters

pull/3065/head
Isaac Connor 2020-10-12 10:53:00 -04:00
parent 03c8e86908
commit bf83cf9346
1 changed files with 1 additions and 0 deletions

View File

@ -285,6 +285,7 @@ CREATE TABLE `Filters` (
`UserId` int(10) unsigned,
`Query_json` text NOT NULL,
`AutoArchive` tinyint(3) unsigned NOT NULL default '0',
`AutoUnarchive` tinyint(3) unsigned NOT NULL default '0',
`AutoVideo` tinyint(3) unsigned NOT NULL default '0',
`AutoUpload` tinyint(3) unsigned NOT NULL default '0',
`AutoEmail` tinyint(3) unsigned NOT NULL default '0',