mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
fix(Currencies): Currency code in services.
This commit is contained in:
@@ -16,6 +16,7 @@ exports.up = function (knex) {
|
||||
table.integer('transaction_id').unsigned().index();
|
||||
|
||||
table.integer('entry_id').unsigned().index();
|
||||
table.integer('cost_account_id').unsigned();
|
||||
table.timestamps();
|
||||
});
|
||||
};
|
||||
|
||||
@@ -14,6 +14,8 @@ exports.up = function (knex) {
|
||||
table.integer('transaction_id').unsigned().index();
|
||||
|
||||
table.integer('entry_id').unsigned().index();
|
||||
table.integer('cost_account_id').unsigned();
|
||||
|
||||
table.datetime('created_at').index();
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user