Evidence: backend/src/app.module.ts:74 passes database.synchronize directly to TypeORM; README documents DATABASE_SYNC=true.
Ensure production and CI environments cannot enable destructive schema synchronization. Add migration-based startup documentation and a regression test for environment-specific behavior.
Evidence:
backend/src/app.module.ts:74passesdatabase.synchronizedirectly to TypeORM; README documentsDATABASE_SYNC=true.Ensure production and CI environments cannot enable destructive schema synchronization. Add migration-based startup documentation and a regression test for environment-specific behavior.