mirror of https://github.com/sipwise/db-schema.git
- accounting database does not exist on the RO mysql instances Change-Id: I35cbb010b1d9c76576a1d07ad2bb619a6237c9b9changes/99/6799/2
parent
672cbed065
commit
ec4911a71f
@ -1,3 +1,4 @@
|
||||
set sql_log_bin=0;
|
||||
use accounting;
|
||||
set autocommit=0;
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
set sql_log_bin=0;
|
||||
use accounting;
|
||||
|
||||
DROP PROCEDURE IF EXISTS drop_index_if_exists_proc;
|
||||
Loading…
Reference in new issue