mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-04 19:27:33 +01:00
7 lines
106 B
MySQL
7 lines
106 B
MySQL
|
USE ##;
|
||
|
-- !
|
||
|
SET FOREIGN_KEY_CHECKS = 0;
|
||
|
-- !
|
||
|
!! db_update_sqlite_2_3.sql
|
||
|
-- !
|
||
|
SET FOREIGN_KEY_CHECKS = 1;
|