mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix: missed send_to_email column in sale estimate.
This commit is contained in:
@@ -10,7 +10,7 @@ exports.up = function(knex) {
|
||||
table.string('estimate_number').index();
|
||||
table.text('note');
|
||||
table.text('terms_conditions');
|
||||
|
||||
table.text('send_to_email');
|
||||
table.integer('user_id').unsigned().index();
|
||||
table.timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user