mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: fix accounts issue.
This commit is contained in:
@@ -30,6 +30,7 @@ exports.seed = (knex) => {
|
||||
data_type: 'options',
|
||||
predefined: 1,
|
||||
columnable: true,
|
||||
data_resource: 'accounts_types',
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
@@ -58,6 +59,15 @@ exports.seed = (knex) => {
|
||||
predefined: 1,
|
||||
columnable: true,
|
||||
},
|
||||
{
|
||||
id: 17,
|
||||
resource_id: 1,
|
||||
data_type: 'boolean',
|
||||
label_name: 'Active',
|
||||
key: 'active',
|
||||
predefined: 1,
|
||||
columnable: true,
|
||||
},
|
||||
|
||||
// Expenses
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user