mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-02 18:36:49 +01:00
7 lines
106 B
SQL
7 lines
106 B
SQL
USE ##;
|
|
-- !
|
|
SET FOREIGN_KEY_CHECKS = 0;
|
|
-- !
|
|
!! db_update_sqlite_7_8.sql
|
|
-- !
|
|
SET FOREIGN_KEY_CHECKS = 1; |