mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: fix a bunch of bugs.
This commit is contained in:
@@ -9,6 +9,7 @@ exports.up = function (knex) {
|
||||
table.text('description');
|
||||
table.boolean('active').defaultTo(true);
|
||||
table.integer('index').unsigned();
|
||||
table.boolean('predefined').defaultTo(false);
|
||||
table.timestamps();
|
||||
}).then(() => {
|
||||
return knex.seed.run({
|
||||
|
||||
@@ -4,6 +4,7 @@ exports.up = (knex) => {
|
||||
table.increments();
|
||||
table.string('name');
|
||||
table.string('normal');
|
||||
table.string('root_type');
|
||||
table.boolean('balance_sheet');
|
||||
table.boolean('income_sheet');
|
||||
}).then(() => {
|
||||
|
||||
Reference in New Issue
Block a user