enumerate achievement data

This commit is contained in:
wish
2022-08-08 04:53:55 +10:00
parent 06d4c56a65
commit 503e944c2d
3 changed files with 125 additions and 56 deletions

View File

@@ -2,7 +2,7 @@ BEGIN;
CREATE TABLE IF NOT EXISTS public.achievements
(
id int NOT NULL,
id int NOT NULL PRIMARY KEY ,
ach0 int DEFAULT 0,
ach1 int DEFAULT 0,
ach2 int DEFAULT 0,