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