mirror of https://github.com/sipwise/db-schema.git
This reverts commit 5f34f84b04.
Reason for revert: upstream provide us with a solution that doesn't need a kamailio change
Change-Id: Ifdb7f8c55f27498a880cc35a104e20472e6e69f7
mr11.1
parent
5f34f84b04
commit
61a7986a04
@ -1,6 +0,0 @@
|
||||
use kamailio;
|
||||
set autocommit=0;
|
||||
|
||||
ALTER TABLE speed_dial DROP COLUMN group_id;
|
||||
|
||||
COMMIT;
|
||||
@ -1,6 +0,0 @@
|
||||
use kamailio;
|
||||
set autocommit=0;
|
||||
|
||||
ALTER TABLE speed_dial ADD COLUMN group_id varchar(128);
|
||||
|
||||
COMMIT;
|
||||
Loading…
Reference in new issue