mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 10:33:09 +02:00
Delete init.ts
This commit is contained in:
parent
697219e946
commit
2465a377a1
1 changed files with 0 additions and 11 deletions
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 a new issue