Some checks failed
CI / Lint & TypeCheck (push) Has been cancelled
CI / Unit Tests (push) Has been cancelled
CI / Build Frontend (push) Has been cancelled
CI / Rust Check (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled
- 16 down SQL files in migrations/down/ for each incremental migration - db::run_down_migrations() executes rollback files in reverse order - migrate_down CLI task: task=migrate_down timestamp=20260402 - Initial schema and seed data excluded (would be destructive)
7 lines
171 B
SQL
7 lines
171 B
SQL
-- Down: Remove industry agent template seed data
|
|
DELETE FROM agent_templates WHERE id IN (
|
|
'edu-teacher-001',
|
|
'healthcare-admin-001',
|
|
'design-shantou-001'
|
|
);
|