Move migrations under src
This commit is contained in:
parent
1e45a2a7db
commit
1c27390b87
3 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ module.exports = {
|
||||||
},
|
},
|
||||||
|
|
||||||
// Migrations
|
// Migrations
|
||||||
migrations: ["migrations/*.ts"],
|
migrations: ["src/migrations/*.ts"],
|
||||||
cli: {
|
cli: {
|
||||||
migrationsDir: "migrations"
|
migrationsDir: "src/migrations"
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue