1.0.16 • Published 2 years ago
service-maxxi-filter-beta v1.0.16
How to create Migration
Add the follow code to package.json
"mikro-orm-": {
"useTsNode": true,
"configPaths": [
"./src/mikro-orm.config.ts",
"./dist/mikro-orm.config.js"
]
}
And run npx mikro-orm migration:create -b
to create a blank migration file.