diff --git a/db_scripts/diff/15091.down b/db_scripts/diff/15091.down new file mode 100644 index 00000000..fded3656 --- /dev/null +++ b/db_scripts/diff/15091.down @@ -0,0 +1,2 @@ +USE billing; +alter table invoice_templates add column is_active boolean not null default 0; \ No newline at end of file diff --git a/db_scripts/diff/15091.up b/db_scripts/diff/15091.up new file mode 100644 index 00000000..1876a6ae --- /dev/null +++ b/db_scripts/diff/15091.up @@ -0,0 +1,2 @@ +USE billing; +alter table invoice_templates drop column is_active;