You can update locations
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- 1529091932 DOWN add-location-to-expense-account
|
||||
|
||||
ALTER TABLE invoices_expense_accounts drop COLUMN location ;
|
||||
@@ -0,0 +1,2 @@
|
||||
-- 1529091932 UP add-location-to-expense-account
|
||||
ALTER TABLE invoices_expense_accounts ADD COLUMN location varchar(255);
|
||||
Reference in New Issue
Block a user