mirror of
https://github.com/pacnpal/markov-discord.git
synced 2025-12-21 11:21:06 -05:00
Add migration for first run
This commit is contained in:
@@ -26,7 +26,7 @@ const prodConfig = {
|
||||
enableWAL: true,
|
||||
entities: ['dist/entity/**/*.js'],
|
||||
migrations: ['dist/migration/**/*.js'],
|
||||
migrationsRun: false,
|
||||
migrationsRun: true,
|
||||
subscribers: ['dist/subscriber/**/*.js'],
|
||||
cli: {
|
||||
entitiesDir: 'dist/entity',
|
||||
|
||||
Reference in New Issue
Block a user