feat: implement achievements

This commit is contained in:
Albert
2025-12-19 23:12:22 +04:00
parent d2d5bfbe34
commit ecff776c3b
11 changed files with 566 additions and 0 deletions
@@ -0,0 +1,3 @@
DROP TABLE IF EXISTS user_achievements;
DROP TABLE IF EXISTS achievements;