1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 17:25:57 +00:00
Files
tt-rss/schema/versions/mysql/43.sql

4 lines
110 B
SQL

alter table ttrss_labels change sql_exp sql_exp text not null;
update ttrss_version set schema_version = 43;