Removes karma jobs framework (#17646)

This commit is contained in:
AffectedArc07
2022-05-03 12:26:56 +01:00
committed by GitHub
parent 240c738e2b
commit 747097d7c3
19 changed files with 36 additions and 204 deletions
+7
View File
@@ -0,0 +1,7 @@
# Updates DB from 35 to 36 -AffectedArc07
# Removes karma job prefs
ALTER TABLE `characters`
DROP COLUMN `job_karma_high`,
DROP COLUMN `job_karma_med`,
DROP COLUMN `job_karma_low`;