mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
9 lines
279 B
PL/PgSQL
9 lines
279 B
PL/PgSQL
begin;
|
|
|
|
ALTER TABLE ttrss_counters_cache ENGINE=InnoDB DEFAULT CHARSET=UTF8;
|
|
ALTER TABLE ttrss_cat_counters_cache ENGINE=InnoDB DEFAULT CHARSET=UTF8;
|
|
ALTER TABLE ttrss_feedbrowser_cache ENGINE=InnoDB DEFAULT CHARSET=UTF8;
|
|
|
|
update ttrss_version set schema_version = 123;
|
|
|
|
commit;
|