mirror of https://github.com/sipwise/db-schema.git
parent
bb4c61b51f
commit
3ad099dd13
@ -0,0 +1,2 @@
|
||||
USE billing;
|
||||
alter table invoice_templates add column is_active boolean not null default 0;
|
||||
@ -0,0 +1,2 @@
|
||||
USE billing;
|
||||
alter table invoice_templates drop column is_active;
|
||||
Loading…
Reference in new issue