Feat: add rating

This commit is contained in:
Grail Finder
2025-07-11 18:45:33 +03:00
parent 329f849a72
commit f01fc12510
5 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DROP TRIGGER IF EXISTS update_player_rating;
ALTER TABLE DROP COLUMN rating;