MT#5879 Allow continue or regenration to auto-generation script.

gjungwirth/voicemail_numbers
Irka 11 years ago
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…
Cancel
Save