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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user