mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-16 22:55:03 +00:00
Move migrations under src
This commit is contained in:
parent
9581ad7b9d
commit
e418f9f7a2
3 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ module.exports = {
|
|||
},
|
||||
|
||||
// Migrations
|
||||
migrations: ["migrations/*.ts"],
|
||||
migrations: ["src/migrations/*.ts"],
|
||||
cli: {
|
||||
migrationsDir: "migrations"
|
||||
migrationsDir: "src/migrations"
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue