mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix: refactoring invoice calc cost service.
This commit is contained in:
@@ -11,7 +11,6 @@ exports.up = function(knex) {
|
||||
table.string('contact_type').nullable().index();
|
||||
table.integer('contact_id').unsigned().nullable().index();
|
||||
table.string('note');
|
||||
table.boolean('draft').defaultTo(false);
|
||||
table.integer('user_id').unsigned().index();
|
||||
table.integer('index').unsigned();
|
||||
table.date('date').index();
|
||||
|
||||
Reference in New Issue
Block a user