add: user achievements

This commit is contained in:
trisua 2025-06-27 03:45:50 -04:00
parent e7c4cf14aa
commit b860f74124
15 changed files with 318 additions and 11 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE users
ADD COLUMN achievements TEXT NOT NULL DEFAULT '[]';