mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat(api): ✨ Implement Challenges API
This commit is contained in:
parent
924ff9b2d4
commit
8f9472b221
26 changed files with 2656 additions and 104 deletions
1
drizzle/migrations/0027_peaceful_whistler.sql
Normal file
1
drizzle/migrations/0027_peaceful_whistler.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE "CaptchaChallenges" RENAME TO "Challenges";
|
||||
2137
drizzle/migrations/meta/0027_snapshot.json
Normal file
2137
drizzle/migrations/meta/0027_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -190,6 +190,13 @@
|
|||
"when": 1718234302625,
|
||||
"tag": "0026_neat_stranger",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 27,
|
||||
"version": "7",
|
||||
"when": 1718327596823,
|
||||
"tag": "0027_peaceful_whistler",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue