Move migration files within src

This means that the db folder no longer contains any code required
for the bot to run.
cshd
Dragory 2020-09-23 02:34:35 +03:00
parent 0d29859dd8
commit a7e863da6a
No known key found for this signature in database
GPG Key ID: 5F387BA66DF8AAC1
15 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ module.exports = {
useNullAsDefault: true,
migrations: {
directory: path.resolve(__dirname, "..", "db", "migrations"),
directory: path.resolve(__dirname, "data", "migrations"),
},
log: {
warn(message) {