created GetMiscLookupByKey

for values we do not want hard coded but that are not worth its own struct
This commit is contained in:
2026-01-14 21:13:25 +01:00
parent 7775170634
commit c0a4b656d4
6 changed files with 100 additions and 27 deletions
+1
View File
@@ -211,6 +211,7 @@ func copyMariaDBToSQLite(mariaDB, sqliteDB *gorm.DB) error {
&models.SkillCategory{},
&models.SkillDifficulty{},
&models.SpellSchool{},
&models.MiscLookup{},
// Learning Costs System - Abhängige Tabellen
&models.ClassCategoryEPCost{},