We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7610f0 commit 3139d8fCopy full SHA for 3139d8f
lib/dbop_mysql.cpp
@@ -317,6 +317,7 @@ static const char tbl_classes_top[] =
317
" `id` int(10) unsigned NOT NULL AUTO_INCREMENT,"
318
" `classname` varchar(128) NOT NULL,"
319
" `listname` varchar(320) CHARACTER SET ascii DEFAULT NULL,"
320
+" `filters` TEXT,"
321
" `domain_id` int(10) unsigned NOT NULL,"
322
" PRIMARY KEY (`id`),"
323
" KEY `listname` (`listname`),"
0 commit comments