add LockRows to Filters

This commit is contained in:
Isaac Connor 2020-10-26 18:47:03 -04:00
parent 5ed168bccd
commit 1fde123ebc
1 changed files with 1 additions and 0 deletions

View File

@ -303,6 +303,7 @@ CREATE TABLE `Filters` (
`UpdateDiskSpace` tinyint(3) unsigned NOT NULL default '0',
`Background` tinyint(1) unsigned NOT NULL default '0',
`Concurrent` tinyint(1) unsigned NOT NULL default '0',
`LockRows` tinyint(1) unsigned NOT NULL default '0',
PRIMARY KEY (`Id`),
KEY `Name` (`Name`)
) ENGINE=@ZM_MYSQL_ENGINE@;