Files
Bubberstation/code/modules/admin
FalloutFalcon c7faae3626 backticks some usages of rank in querys (#95719)
## About The Pull Request
See title. I looked pretty hard and only found these as having this
issue.
## Why It's Good For The Game
I'm mostly working off of other peoples wisdom here but `rank` is a
reserved word in sql, and as we do in MOST of our other querys.
backticking it prevents that from being an issue (and therefore fixes
some sql errors that CAN happen depending on version (my issues happened
with mysql, but apparently dont occur with heididb))
## Changelog
~~N/A as i dont acctually think this happens in TG rn unless yalls
housekeeping tab on the admin panel is broken as well.~~
🆑
fix: A handful of permissions panel querys now work again
/🆑
2026-04-11 13:40:59 -04:00
..
2026-04-01 10:05:36 +02:00
2025-11-28 15:52:28 -07:00