Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Commit

Permalink
urgent server-side fix for migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
bs12-bot committed Jul 1, 2016
1 parent 14eefdd commit 49a51cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sql/migrate/V003__Update_Antag_Bans.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
UPDATE erro_ban SET job="Borer" WHERE job="borer"; -- Case-insensitive is the default but we're playing it safe
-- Case-insensitive is the default but we're playing it safe
UPDATE erro_ban SET job="Borer" WHERE job="borer";
UPDATE erro_ban SET job="Xenomorph" WHERE job="xeno";
-- UPDATE erro_ban SET job="actor" WHERE job="actor"; -- Same
UPDATE erro_ban SET job="ert" WHERE job="Emergency Response Team";
Expand Down

0 comments on commit 49a51cd

Please sign in to comment.