Update to new HoloTech core framework.

Functionally this adds the 'profiles' plugin, replaces the psqlmapper
with the submodule, and changes how data version checks are performed,
which is now the responsibility of the client.

The version history schema has changed, and the module schemas have been
removed from the schema initialisation file.
This commit is contained in:
2026-07-22 15:23:35 +03:00
parent b931f05fa1
commit f103dcf4d4
22 changed files with 101 additions and 1943 deletions
+6
View File
@@ -10,3 +10,9 @@
[submodule "src/modules/voicelog"]
path = src/modules/voicelog
url = https://git.thewisewolf.dev/HoloTech/voicelog-plugin.git
[submodule "src/data"]
path = src/data
url = https://git.thewisewolf.dev/HoloTech/psqlmapper.git
[submodule "src/modules/profiles"]
path = src/modules/profiles
url = git@thewisewolf.dev:HoloTech/profiles-plugin.git