mirror of https://github.com/sipwise/db-schema.git
Change-Id: I4da052692660a798b8924155a559007be7158f03changes/23/3523/1
parent
f080027ac1
commit
aeb1349bc5
@ -0,0 +1,4 @@
|
||||
use billing;
|
||||
|
||||
ALTER TABLE profile_packages CHANGE balance_interval_unit balance_interval_unit ENUM('hour','day','week','month') NOT NULL DEFAULT 'month';
|
||||
ALTER TABLE profile_packages CHANGE timely_duration_unit timely_duration_unit ENUM('hour','day','week','month') DEFAULT NULL;
|
@ -0,0 +1,4 @@
|
||||
use billing;
|
||||
|
||||
ALTER TABLE profile_packages CHANGE balance_interval_unit balance_interval_unit ENUM('minute','hour','day','week','month') NOT NULL DEFAULT 'month';
|
||||
ALTER TABLE profile_packages CHANGE timely_duration_unit timely_duration_unit ENUM('minute','hour','day','week','month') DEFAULT NULL;
|
Loading…
Reference in new issue