mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 01:01:29 +00:00
wip for db_migrations for core schema
This commit is contained in:
3
sql/mysql/migrations/43.sql
Normal file
3
sql/mysql/migrations/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