Skip to content

Commit

Permalink
fixes sql command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordie0608 authored Aug 21, 2016
1 parent 63d17d8 commit 1002b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SQL/database_changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Changed appearance bans to be jobbans.

UPDATE `bans` SET `job` = "appearance", `bantype` = "JOB_PERMABAN" WHERE `bantype` = "APPEARANCE_PERMABAN"
UPDATE 'feedback'.`ban` SET `job` = "appearance", `bantype` = "JOB_PERMABAN" WHERE `bantype` = "APPEARANCE_PERMABAN"

Remember to add a prefix to the table name if you use them

Expand Down

0 comments on commit 1002b78

Please sign in to comment.