rssguard/resources/sql/db_update_mysql_4_5.sql
2023-06-01 09:27:32 +02:00

8 lines
No EOL
111 B
SQL
Executable file

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