Migration Errors
"No changes in database schema"
Verify:
- Entity files have been modified
data-source.tshas correct entity paths- Database credentials are correct
"Migration failed"
- Check migration SQL for errors
- Revert if possible:
npm run migration:revert:divinux(Divinux is the only app with TypeORM migrations) - Fix and regenerate migration