Automated build for v0.01
This commit is contained in:
7
schema/versions/pgsql/134.sql
Normal file
7
schema/versions/pgsql/134.sql
Normal file
@ -0,0 +1,7 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE ttrss_filters2_rules ALTER COLUMN reg_exp TYPE text;
|
||||
|
||||
UPDATE ttrss_version SET schema_version = 134;
|
||||
|
||||
COMMIT;
|
Reference in New Issue
Block a user