mirror of https://github.com/sipwise/db-schema.git
- user 'export' was not used and user 'exporter' is there for the same reason Change-Id: Ic02440019add8a66f970aa3c5e1232be782651cdchanges/32/15332/1
parent
91b04b811d
commit
5cb4aa02c7
@ -0,0 +1,5 @@
|
||||
USE provisioning;
|
||||
|
||||
DROP USER export@localhost;
|
||||
|
||||
FLUSH PRIVILEGES;
|
Loading…
Reference in new issue