mirror of https://github.com/sipwise/db-schema.git
parent
c11ff5bea8
commit
a29ef58e0d
@ -0,0 +1,2 @@
|
|||||||
|
ALTER TABLE kamailio.lcr_rule DROP COLUMN request_uri;
|
||||||
|
UPDATE kamailio.version SET table_version=1 WHERE table_name="lcr_rule";
|
@ -0,0 +1,2 @@
|
|||||||
|
ALTER TABLE kamailio.lcr_rule ADD COLUMN request_uri VARCHAR(255) DEFAULT NULL AFTER prefix;
|
||||||
|
UPDATE kamailio.version SET table_version=2 WHERE table_name="lcr_rule";
|
Loading…
Reference in new issue