mirror of https://github.com/sipwise/db-schema.git
Change-Id: Id8b4748b1765303d9b59bb3e90628b4c180a889cmr9.4
parent
f15ecd0a38
commit
33d0b22f53
@ -0,0 +1,4 @@
|
||||
USE provisioning;
|
||||
|
||||
ALTER TABLE recording_streams
|
||||
DROP COLUMN stream;
|
@ -0,0 +1,4 @@
|
||||
USE provisioning;
|
||||
|
||||
ALTER TABLE recording_streams
|
||||
ADD COLUMN stream LONGBLOB NOT NULL DEFAULT "";
|
Loading…
Reference in new issue