db-schema/db_scripts/diff/15091.down

2 lines
91 B

USE billing;
alter table invoice_templates add column is_active boolean not null default 0;