mirror of https://github.com/sipwise/db-schema.git
- accounting database does not exist on the RO mysql instances
Change-Id: I35cbb010b1d9c76576a1d07ad2bb619a6237c9b9
(cherry picked from commit ec4911a71f)
changes/04/8404/1
parent
b851d0d7b9
commit
a414cfee55
@ -1,3 +1,4 @@
|
|||||||
|
set sql_log_bin=0;
|
||||||
use accounting;
|
use accounting;
|
||||||
set autocommit=0;
|
set autocommit=0;
|
||||||
|
|
||||||
@ -1,3 +1,4 @@
|
|||||||
|
set sql_log_bin=0;
|
||||||
use accounting;
|
use accounting;
|
||||||
|
|
||||||
DROP PROCEDURE IF EXISTS drop_index_if_exists_proc;
|
DROP PROCEDURE IF EXISTS drop_index_if_exists_proc;
|
||||||
Loading…
Reference in new issue