rssguard/resources/sql/db_update_mysql_1_2.sql
2023-08-23 08:32:38 +02: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;
-- !