rssguard/resources/sql/db_update_mysql_1_2.sql
Martin Rotter 7f5d1473a3 Shitload of changes, save it.
Also note that this introduces some SQL changes for metadata version 2 which is still unpublished but was introduced some commits ago, therefore individual "devbuild"s are NOT cross-compatible betweem each other.
2022-03-01 14:45:20 +01:00

8 lines
No EOL
111 B
SQL
Executable file

USE ##;
-- !
SET FOREIGN_KEY_CHECKS = 0;
-- !
!! db_update_sqlite_1_2.sql
-- !
SET FOREIGN_KEY_CHECKS = 1;
-- !