mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
WIP Multi-tenant architecture.
This commit is contained in:
@@ -12,10 +12,6 @@ exports.up = function (knex) {
|
||||
table.string('language');
|
||||
table.date('last_login_at');
|
||||
table.timestamps();
|
||||
}).then(() => {
|
||||
knex.seed.run({
|
||||
specific: 'seed_users.js',
|
||||
})
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user