feat: implement battle replay module with database migrations, repository, and CRUD service endpoints
All checks were successful
Build and Release / release (push) Successful in 1m32s
All checks were successful
Build and Release / release (push) Successful in 1m32s
This commit is contained in:
1
db/migrations/000017_battle_replays.down.sql
Normal file
1
db/migrations/000017_battle_replays.down.sql
Normal file
@@ -0,0 +1 @@
|
||||
DROP TABLE IF EXISTS battle_replays;
|
||||
Reference in New Issue
Block a user