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

Move migrations under src

This commit is contained in:
Dragory 2018-12-14 06:45:50 +02:00
parent 1e45a2a7db
commit 1c27390b87
3 changed files with 2 additions and 2 deletions

View file

@ -31,8 +31,8 @@ module.exports = {
},
// Migrations
migrations: ["migrations/*.ts"],
migrations: ["src/migrations/*.ts"],
cli: {
migrationsDir: "migrations"
migrationsDir: "src/migrations"
},
};