mirror of https://github.com/sipwise/db-schema.git
parent
6edbf0dd3f
commit
d3cb00546e
@ -0,0 +1,3 @@
|
|||||||
|
USE billing;
|
||||||
|
|
||||||
|
alter table invoices drop column sent_date;
|
||||||
@ -0,0 +1,2 @@
|
|||||||
|
use billing;
|
||||||
|
alter table invoices add column sent_date datetime default null;
|
||||||
Loading…
Reference in new issue