3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-13 13:25:03 +00:00

Prepare to migrate usernames to a new table

This commit is contained in:
Dragory 2019-05-03 22:25:03 +03:00
parent aa21bb4716
commit 56f746787f
4 changed files with 125 additions and 16 deletions

View file

@ -95,7 +95,7 @@ import { startUptimeCounter } from "./uptime";
// Run latest database migrations
logger.info("Running database migrations");
connect().then(async conn => {
await conn.runMigrations();
// await conn.runMigrations();
const client = new Client(`Bot ${process.env.TOKEN}`, {
getAllUsers: true,