Updates Loadout Backend (#18095)

* Updates Loadout Backend

Updates the loadout backend to store gear data in a separate table.

This might enable us to increase the number of loadout points available

* Bump MariaDB Version to 10.11

* Update editorconfig for SQL

* Fix update_character_gear

* tgui_alert and TOPIC_NOACTION

* Fix missing sur

* Actually, its user

* Adds a CHECK_TICK, just in case

---------

Co-authored-by: Werner <Arrow768@users.noreply.github.com>
This commit is contained in:
Werner
2024-01-02 22:54:49 +01:00
committed by GitHub
parent 66f92c62ef
commit bff569a6da
12 changed files with 310 additions and 34 deletions
+4 -4
View File
@@ -317,7 +317,7 @@ jobs:
services:
mariadb:
image: mariadb:10.4
image: mariadb:10.11
ports:
- 3306
env:
@@ -440,7 +440,7 @@ jobs:
services:
mariadb:
image: mariadb:10.4
image: mariadb:10.11
ports:
- 3306
env:
@@ -565,7 +565,7 @@ jobs:
services:
mariadb:
image: mariadb:10.4
image: mariadb:10.11
ports:
- 3306
env:
@@ -689,7 +689,7 @@ jobs:
services:
mariadb:
image: mariadb:10.4
image: mariadb:10.11
ports:
- 3306
env: