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:
parent
aa21bb4716
commit
56f746787f
4 changed files with 125 additions and 16 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue