mirror of https://github.com/sipwise/db-schema.git
The new column allows to store the label to show on the deskphone's displays for the line types 'speeddial', 'forward' and 'transfer'. Change-Id: I1323a4ac941b9ed15aa0bbd4ed59f387b8349b12mr13.5
parent
cb228a7c9d
commit
7a4eacb7df
@ -0,0 +1,6 @@
|
||||
use provisioning;
|
||||
set autocommit=0;
|
||||
|
||||
ALTER TABLE autoprov_field_device_lines DROP COLUMN `label`;
|
||||
|
||||
COMMIT;
|
||||
@ -0,0 +1,6 @@
|
||||
use provisioning;
|
||||
set autocommit=0;
|
||||
|
||||
ALTER TABLE autoprov_field_device_lines ADD COLUMN `label` varchar(100) DEFAULT NULL;
|
||||
|
||||
COMMIT;
|
||||
Loading…
Reference in new issue