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