mirror of https://github.com/sipwise/db-schema.git
parent
dfd50a3968
commit
94f933d091
@ -0,0 +1,3 @@
|
||||
USE billing;
|
||||
|
||||
ALTER TABLE contracts DROP COLUMN max_subscribers;
|
||||
@ -0,0 +1,3 @@
|
||||
USE billing;
|
||||
|
||||
ALTER TABLE contracts ADD COLUMN max_subscribers int(6) UNSIGNED DEFAULT NULL;
|
||||
Loading…
Reference in new issue