Releases: Sayo-nika/Backend
Releases · Sayo-nika/Backend
1.0.0 - BETA 3
Dirty hack until we get to prod because localhost didn't work
Signed-off-by: Martmists <[email protected]>
1.0.0-beta.2
Breaking
- Rename tables and ORM models (06ea231)
- Will require a complete database wipe and re-generation.
Fixes
- Fix matching in search (3afed74)
- Add
ON CASCADE DELETE
for all tables with relationships (412ba8a)
- Make enums start at
0
(f665e11)
Features
- Allow admins to edit user roles and to delete users (dea0818)
- Add sorting for mod verification queue (55c8169)
- Add owners when querying mod verification queue (bdb9b41)
- Unrestrict ratelimits a bit (b6cdab5)
- Mod delete route (109a19a)
1.0.0-beta
fix: use Mailgun to send mail instead of flask-mail