- Add rollbackMigration() function in db/database.js with transaction safety - Add POST /api/admin/migrations/rollback endpoint (admin-only) - Rollback SQL for v0.44 (indexes), v0.45 (audit_log table), v0.46 (cycle columns) - Error codes: NOT_APPLIED (404), ROLLBACK_NOT_SUPPORTED (422) - Audit logging for rollback events - Fix duplicate migrationStartTime declaration from v0.23.0 commit - Fix broken migration completion audit log from v0.23.0 commit - Fix DB path exposure (uses path.basename() now) |
||
|---|---|---|
| .. | ||
| components | ||
| contexts | ||
| hooks | ||
| lib | ||
| pages | ||
| public/img | ||
| App.jsx | ||
| api.js | ||
| index.css | ||
| main.jsx | ||