Delete init.ts

This commit is contained in:
syuilo 2019-07-09 04:09:02 +09:00 committed by GitHub
parent 85cd6309cc
commit 6afd4e22cf

View File

@ -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);
});