mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 04:39:15 +00:00
alter ttrss_labels.sql_exp to text, bump schema (closes #221)
This commit is contained in:
3
schema/versions/mysql/43.sql
Normal file
3
schema/versions/mysql/43.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
alter table ttrss_labels change sql_exp sql_exp text not null;
|
||||
|
||||
update ttrss_version set schema_version = 43;
|
||||
Reference in New Issue
Block a user