Appearance_PERMABAN type removed. now a jobban
Added needed updating to the sql changelog
This commit is contained in:
Shadowlight213
2016-08-19 13:31:15 -07:00
parent 5f15792126
commit 0fb4757512
7 changed files with 11 additions and 53 deletions

View File

@@ -1,3 +1,13 @@
19 August 2016, by Shadowlight213
Changed appearance bans to be jobbans.
UPDATE `bans` SET `job` = "appearance", `bantype` = "JOB_PERMABAN" WHERE `bantype` = "APPEARANCE_PERMABAN"
Remember to add a prefix to the table name if you use them
----------------------------------------------------
3 July 2016, by Jordie0608
Modified table 'poll_question', adding column 'dontshow' which was recently added to the server schema.