mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
- Organize database seeds.
- Optimize design dashboard top bar.
This commit is contained in:
@@ -7,6 +7,10 @@ exports.up = function (knex) {
|
||||
table.string('comparator');
|
||||
table.string('value');
|
||||
table.integer('view_id').unsigned();
|
||||
}).then(() => {
|
||||
return knex.seed.run({
|
||||
specific: 'seed_views_role.js',
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user