1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
chess/priv/repo/migrations
Dan Barber 9349af64a0
We are treating name as more like a username
Therefore it should be a unique way of identifying a user.
2018-10-12 16:21:10 -04:00
..
20161209105511_create_game.exs Players take turns 2018-02-24 15:52:22 -05:00
20180115230143_create_users.exs WIP: Authentication with Guardian/Comeonin 2018-02-02 10:30:38 -05:00
20180202195257_add_unique_constraint_on_username.exs Add uniqueness constraint 2018-02-02 15:42:07 -05:00
20180202205842_add_user_id_to_games.exs Games are now associated to a user 2018-02-18 11:51:36 -05:00
20180218165621_add_opponent_to_game.exs Add opponent association 2018-02-23 13:51:21 -05:00
20180223223018_add_turn_to_game.exs Players take turns 2018-02-24 15:52:22 -05:00
20180302195534_add_name_to_user.exs Add name to user 2018-03-03 20:24:32 -05:00
20180303153745_change_username_to_email.exs Change username to email 2018-03-03 20:24:33 -05:00
20180407190333_add_state_to_game.exs Show game state on the board 2018-04-13 10:52:48 -04:00
20180504172433_create_moves.exs These should never be null 2018-05-25 15:48:29 -04:00
20180928184135_add_unique_index_to_users_name.exs We are treating name as more like a username 2018-10-12 16:21:10 -04:00