mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: redesign accounts types.
This commit is contained in:
@@ -2,7 +2,6 @@ import { mapValues } from 'lodash';
|
||||
|
||||
import Account from 'models/Account';
|
||||
import AccountTransaction from 'models/AccountTransaction';
|
||||
import AccountType from 'models/AccountType';
|
||||
import Item from 'models/Item';
|
||||
import ItemEntry from 'models/ItemEntry';
|
||||
import ItemCategory from 'models/ItemCategory';
|
||||
@@ -43,7 +42,6 @@ export default (knex) => {
|
||||
Option,
|
||||
Account,
|
||||
AccountTransaction,
|
||||
AccountType,
|
||||
Item,
|
||||
ItemCategory,
|
||||
ItemEntry,
|
||||
|
||||
Reference in New Issue
Block a user