Also note that this introduces some SQL changes for metadata version 2 which is still unpublished but was introduced some commits ago, therefore individual "devbuild"s are NOT cross-compatible betweem each other.
8 lines
No EOL
111 B
SQL
Executable file
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;
|
|
-- ! |