mirror of https://github.com/sipwise/db-schema.git
Change-Id: Ife198da3387e434790caaf567399c15641a077f8mr11.4
parent
4fbcd5bfa5
commit
e57e7ee331
@ -0,0 +1,3 @@
|
||||
USE provisioning;
|
||||
|
||||
ALTER TABLE recording_calls DROP KEY status;
|
||||
@ -0,0 +1,3 @@
|
||||
USE provisioning;
|
||||
|
||||
ALTER TABLE recording_calls ADD KEY status (status);
|
||||
Loading…
Reference in new issue