Skip to content

Commit

Permalink
Add enum value for decapitation game mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Askaholic committed Jan 12, 2024
1 parent 7004adf commit 97998f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions migrations/V135__add_decapitation_victory_condition.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ALTER TABLE game_stats
CHANGE `gameType` `gameType` enum(
'DEMORALIZATION',
'DOMINATION',
'ERADICATION',
'SANDBOX',
'DECAPITATION'
) NOT NULL;

0 comments on commit 97998f1

Please sign in to comment.