mirror of https://github.com/sipwise/db-schema.git
Change-Id: I989c047e62f4ab9e5fb5c1708d3f5a298126cae0changes/31/23831/1
parent
a949a62fb2
commit
4bb1178cc4
@ -0,0 +1,4 @@
|
||||
USE provisioning;
|
||||
|
||||
ALTER TABLE recording_streams
|
||||
DROP COLUMN tag_label;
|
@ -0,0 +1,4 @@
|
||||
USE provisioning;
|
||||
|
||||
ALTER TABLE recording_streams
|
||||
ADD COLUMN tag_label VARCHAR(255) NOT NULL DEFAULT "";
|
Loading…
Reference in new issue