mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
fixes sql command
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Changed appearance bans to be jobbans.
|
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
|
Remember to add a prefix to the table name if you use them
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user