Use correct db for scripts.

vseva/pbx_groups
Andreas Granig 13 years ago
parent cc9fbe19fd
commit f241d4e8b3

@ -1,3 +1,3 @@
USE billing; USE provisioning;
ALTER TABLE voip_preferences DROP COLUMN expose_to_customer; ALTER TABLE voip_preferences DROP COLUMN expose_to_customer;

@ -1,4 +1,4 @@
USE billing; USE provisioning;
ALTER TABLE voip_preferences ADD COLUMN ALTER TABLE voip_preferences ADD COLUMN
expose_to_customer TINYINT(1) NOT NULL DEFAULT 0 AFTER internal; expose_to_customer TINYINT(1) NOT NULL DEFAULT 0 AFTER internal;

Loading…
Cancel
Save