4
0

schema_version_40.sql 133 B

1234
  1. alter table feeds
  2. add column blocklist_rules text not null default '',
  3. add column keeplist_rules text not null default ''
  4. ;