iven
9557c9ca16
fix(db): resolve migration bugs preventing fresh database initialization
- Fix composite primary keys in role_permissions and user_roles tables
(PostgreSQL does not allow multiple PRIMARY KEY constraints)
- Fix FK table name mismatch: tasks → tokens (was wf_tokens)
- Fix FK table name mismatch: messages → message_templates (was message_templates_ref)
- Fix tenant table name in main.rs SQL: tenant (not tenants)
- Fix React Router nested routes: add /* wildcard for child route matching
2026-04-12 16:58:47 +08:00
..
2026-04-12 15:57:33 +08:00
2026-04-12 15:22:28 +08:00
2026-04-12 15:22:28 +08:00
2026-04-12 15:22:28 +08:00
2026-04-12 16:58:47 +08:00
2026-04-12 15:57:33 +08:00