mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-30 05:51:28 +00:00
schema: remove unused prefs help_text/short_desc/section_name
This commit is contained in:
9
schema/versions/mysql/115.sql
Normal file
9
schema/versions/mysql/115.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
begin;
|
||||
|
||||
alter table ttrss_prefs_sections drop column section_name;
|
||||
alter table ttrss_prefs drop column short_desc;
|
||||
alter table ttrss_prefs drop column help_text;
|
||||
|
||||
update ttrss_version set schema_version = 115;
|
||||
|
||||
commit;
|
||||
Reference in New Issue
Block a user