feat: prestige system
This commit is contained in:
parent
08adc11dd0
commit
ec6426781d
17 changed files with 2683 additions and 30 deletions
1
website/drizzle/0002_small_micromacro.sql
Normal file
1
website/drizzle/0002_small_micromacro.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE "user" ADD COLUMN "prestige_level" integer DEFAULT 0;
|
||||
1727
website/drizzle/meta/0002_snapshot.json
Normal file
1727
website/drizzle/meta/0002_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -15,6 +15,13 @@
|
|||
"when": 1749907594739,
|
||||
"tag": "0001_cuddly_dormammu",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 2,
|
||||
"version": "7",
|
||||
"when": 1749916220202,
|
||||
"tag": "0002_small_micromacro",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in a new issue