Delete init.ts
This commit is contained in:
parent
697219e946
commit
2465a377a1
11
src/init.ts
11
src/init.ts
|
@ -1,11 +0,0 @@
|
|||
import { initDb } from './db/postgre';
|
||||
|
||||
console.log('Init database...');
|
||||
|
||||
initDb(false, true, true).then(() => {
|
||||
console.log('Done :)');
|
||||
process.exit(0);
|
||||
}, e => {
|
||||
console.error('Failed to init database');
|
||||
console.error(e);
|
||||
});
|
Loading…
Reference in New Issue