mirror of https://github.com/sipwise/db-schema.git
The new column store a value 0 or 1 to define wether the ncos is applied when the time_set matches or not. Change-Id: I65a8085afc61f0607fc90521015a4ceef11adc7bmr13.5
parent
7a4eacb7df
commit
5c898996cb
@ -0,0 +1,7 @@
|
||||
use billing;
|
||||
set autocommit=0;
|
||||
|
||||
ALTER TABLE ncos_levels
|
||||
DROP `time_set_invert`;
|
||||
|
||||
commit;
|
||||
@ -0,0 +1,7 @@
|
||||
use billing;
|
||||
set autocommit=0;
|
||||
|
||||
ALTER TABLE ncos_levels
|
||||
ADD `time_set_invert` tinyint(1) NOT NULL DEFAULT 0;
|
||||
|
||||
commit;
|
||||
Loading…
Reference in new issue