change filter rule regexp type to text
parent
963c22646b
commit
2008ec4ed7
@ -0,0 +1,7 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE ttrss_filters2_rules MODIFY reg_exp text not null;
|
||||
|
||||
UPDATE ttrss_version SET schema_version = 134;
|
||||
|
||||
COMMIT;
|
@ -0,0 +1,7 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE ttrss_filters2_rules ALTER COLUMN reg_exp TYPE text;
|
||||
|
||||
UPDATE ttrss_version SET schema_version = 134;
|
||||
|
||||
COMMIT;
|
Loading…
Reference in New Issue