mirror of https://github.com/sipwise/db-schema.git
parent
2387631421
commit
2dcd09f954
@ -0,0 +1,2 @@
|
||||
use billing;
|
||||
alter table invoices drop column generator;
|
@ -0,0 +1,2 @@
|
||||
use billing;
|
||||
alter table invoices add column generator enum('auto','web') default null;
|
Loading…
Reference in new issue