This commit is contained in:
commit
421043c9b5
67 changed files with 3455 additions and 0 deletions
5
environment/constants/database/index.ts
Normal file
5
environment/constants/database/index.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { resolve } from "node:path";
|
||||
|
||||
const migrationsPath = resolve("environment", "database", "migrations");
|
||||
|
||||
export { migrationsPath };
|
Loading…
Add table
Add a link
Reference in a new issue