mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix issues.
This commit is contained in:
@@ -14,7 +14,6 @@ exports.up = function (knex) {
|
||||
table.text('note').nullable();
|
||||
table.integer('category_id').unsigned();
|
||||
table.integer('user_id').unsigned();
|
||||
table.string('attachment_file');
|
||||
table.timestamps();
|
||||
});
|
||||
};
|
||||
|
||||
@@ -9,7 +9,7 @@ exports.up = function (knex) {
|
||||
table.integer('view_id').unsigned();
|
||||
}).then(() => {
|
||||
return knex.seed.run({
|
||||
specific: 'seed_views_role.js',
|
||||
specific: 'seed_views_roles.js',
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user