drbotzo-idlerpg/idlerpg/migrations
Brian S. Stephan 4a8babf39e
enforce exclusivity of only one active Game at a time
a prior commit made this determination for now, for simplicity's sake
(and also what are the odds of running two games at once on the same
codebase), but it was'n really enforced until now

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2024-06-01 23:26:49 -05:00
..
__init__.py implement the bones of character management 2024-05-06 00:16:16 -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
0008_game_one_enabled_at_a_time.py enforce exclusivity of only one active Game at a time 2024-06-01 23:26:49 -05:00