db-schema/db_scripts/diff/15088.up

3 lines
90 B

use billing;
alter table invoices add column generator enum('auto','web') default null;