mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
WIP pass the failed tests.
This commit is contained in:
@@ -14,7 +14,7 @@ exports.up = function (knex) {
|
||||
table.integer('index');
|
||||
table.json('options');
|
||||
table.integer('resource_id').unsigned();
|
||||
}).then(() => {
|
||||
}).raw('ALTER TABLE `RESOURCE_FIELDS` AUTO_INCREMENT = 1000').then(() => {
|
||||
return knex.seed.run({
|
||||
specific: 'seed_resources_fields.js',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user