5 lines
133 B
MySQL
5 lines
133 B
MySQL
|
alter table feeds
|
||
|
add column blocklist_rules text not null default '',
|
||
|
add column keeplist_rules text not null default ''
|
||
|
;
|