mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
feat: sale invoice model tax attributes
This commit is contained in:
@@ -43,6 +43,9 @@ exports.up = (knex) => {
|
||||
.references('id')
|
||||
.inTable('tax_rates');
|
||||
table.decimal('tax_rate').unsigned();
|
||||
})
|
||||
.table('sales_invoices', (table) => {
|
||||
table.rename('balance', 'amount');
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user