Files
History_Api/db/migrations/000017_battle_replays.down.sql
AzenKain 374c3b4f47
All checks were successful
Build and Release / release (push) Successful in 1m32s
feat: implement battle replay module with database migrations, repository, and CRUD service endpoints
2026-05-17 22:25:48 +07:00

2 lines
37 B
SQL

DROP TABLE IF EXISTS battle_replays;