mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix bugs in sales and purchases API.
This commit is contained in:
@@ -9,6 +9,8 @@ exports.up = function(knex) {
|
||||
table.string('reference_no');
|
||||
table.integer('deposit_account_id').unsigned();
|
||||
table.string('payment_receive_no');
|
||||
table.text('description');
|
||||
table.integer('user_id').unsigned();
|
||||
table.timestamps();
|
||||
});
|
||||
};
|
||||
|
||||
@@ -20,6 +20,7 @@ exports.seed = (knex) => {
|
||||
{ id: 12, name: 'sales_payment_receives' },
|
||||
{ id: 13, name: 'bills' },
|
||||
{ id: 14, name: 'bill_payments' },
|
||||
{ id: 16, name: 'payment_receives' },
|
||||
]);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user