drbotzo-idlerpg/idlerpg/migrations
Brian S. Stephan 2ad79285b3
unique constraint for only one hostmask enabled at a time
this replaces the need for a game+hostmask unique constraint, with this
change, a player can only have one active character they're playing
with anyway, regardless of how many games there are

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2024-05-14 11:13:13 -05:00
..
0001_initial.py implement the bones of character management 2024-05-06 00:16:16 -05:00
0002_character_player_must_have_unique_character_names.py add unique constraint on name + hostmask 2024-05-10 13:37:17 -05:00
0003_alter_character_status.py separate the logged in state from the online state for a character 2024-05-10 16:08:13 -05:00
0004_remove_character_no_characters_with_same_name_per_game_and_more.py actually, just make Character.name completely unique 2024-05-10 16:08:16 -05:00
0005_alter_character_status.py get rid of the online character status, it's not necessary 2024-05-12 23:36:25 -05:00
0006_alter_character_status.py have character status display strings lowercase for use mid-sentence 2024-05-14 10:55:51 -05:00
0007_remove_character_one_player_character_per_game_and_more.py unique constraint for only one hostmask enabled at a time 2024-05-14 11:13:13 -05:00
__init__.py implement the bones of character management 2024-05-06 00:16:16 -05:00