Adding vendor import stuff.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- 1525464770 DOWN change-amount-to-number
|
||||
alter table invoices drop column total;
|
||||
alter table invoices add column total varchar(255);
|
||||
@@ -0,0 +1,3 @@
|
||||
-- 1525464770 UP change-amount-to-number
|
||||
alter table invoices drop column total;
|
||||
alter table invoices add column total decimal;
|
||||
Reference in New Issue
Block a user