auditionadmin/database/migrations
Matt Young 5aec942b4a Fixes issue with name for unassigned audition room id 0
#51
2024-07-27 16:34:47 -05:00
..
0001_01_01_000000_create_users_table.php Begin working on schools 2024-05-27 21:02:57 -05:00
0001_01_01_000001_create_cache_table.php Set up a fresh Laravel app 2024-05-25 23:27:41 -05:00
0001_01_01_000002_create_jobs_table.php Set up a fresh Laravel app 2024-05-25 23:27:41 -05:00
2024_05_26_050904_add_two_factor_columns_to_users_table.php Fortify 2024-05-26 00:10:37 -05:00
2024_05_27_233356_create_schools_table.php School Email Domains table 2024-05-27 21:30:55 -05:00
2024_05_28_022230_create_school_email_domains_table.php Work on Schools 2024-05-28 01:21:39 -05:00
2024_05_28_160214_add_is_admin_and_is_tab_to_users_table.php Add admin flags to users table 2024-05-28 11:22:55 -05:00
2024_05_29_043025_create_students_table.php Factories and seeder 2024-05-29 00:48:01 -05:00
2024_05_31_004428_create_events_table.php Work on Audition seeder 2024-05-30 22:07:59 -05:00
2024_05_31_004546_create_auditions_table.php Room assignments working for those with rooms. Need to implement for unassigned auditions 2024-06-04 15:48:34 -05:00
2024_05_31_031713_create_entries_table.php Entries listing page nearly complete 2024-05-31 01:07:01 -05:00
2024_06_01_163911_create_site_settings_table.php Scoring guides and adding subscores working 2024-06-03 20:57:23 -05:00
2024_06_03_053659_rename_order_column_in_auditions_table_to_score_order.php Auditions admin index complete 2024-06-03 01:07:34 -05:00
2024_06_03_165156_create_scoring_guides_table.php Scoring guides and adding subscores working 2024-06-03 20:57:23 -05:00
2024_06_03_165227_create_subscore_definitions_table.php Scoring guides and adding subscores working 2024-06-03 20:57:23 -05:00
2024_06_04_163530_create_rooms_table.php Room assignments working for those with rooms. Need to implement for unassigned auditions 2024-06-04 15:48:34 -05:00
2024_06_04_164348_add_room_columns_to_auditions_table.php Update seeders 2024-06-11 20:46:32 -05:00
2024_06_04_205015_ensure_room_id_0_for_unassigned_entries.php Fixes issue with name for unassigned audition room id 0 2024-07-27 16:34:47 -05:00
2024_06_05_011858_add_scoring_guide_id_column_to_auditions_table.php ScoringGuideIndex Tests 2024-07-05 11:38:50 -05:00
2024_06_05_055202_create_user_room_pivot_table.php Judge assignment page working 2024-06-05 16:52:15 -05:00
2024_06_06_045129_create_score_sheets_table.php Start work on tabulation pages 2024-06-06 07:13:44 -05:00
2024_06_06_121457_add_draw_number_column_to_entries_table.php Draw working 2024-06-06 22:07:59 -05:00
2024_06_07_054115_add_user_entry_unique_index_to_score_sheets_table.php Correct error in migration to add aggregate unique index for entry and judge on score_sheets 2024-06-07 18:09:46 -05:00
2024_06_18_220009_create_ensembles_table.php Ensembles page working, need to add delete link 2024-06-18 23:59:55 -05:00
2024_06_20_060725_create_seating_limits_table.php Seating limits functioning 2024-06-20 02:32:30 -05:00
2024_06_21_144809_create_entry_flags_table.php Flags for entries to store declined. Seating page will correctly display doubler status 2024-06-21 10:44:38 -05:00
2024_06_22_210509_create_seats_table.php Seat model and migration 2024-06-22 16:27:34 -05:00
2024_06_23_205912_create_audition_flags_table.php Seating is working 2024-06-23 23:06:44 -05:00
2024_06_26_002318_add_advance_and_seating_columns_to_auditions_table.php Finish last migration 2024-06-25 21:11:49 -05:00
2024_06_26_020924_add_advance_and_seating_columns_to_entries_table.php Finish last migration 2024-06-25 21:11:49 -05:00
2024_06_27_030228_create_judge_advancement_votes_table.php Judges can enter yes/no/dq votes for advancement entries 2024-06-26 22:56:31 -05:00
2024_07_15_040312_create_bonus_score_definitions_table.php Original migrations and models 2024-07-14 23:39:55 -05:00
2024_07_15_042419_create_bonus_score_audition_assignment_table.php Work on Admin Bonus Score Index 2024-07-15 13:59:09 -05:00
2024_07_15_042700_create_bonus_scores_table.php Original migrations and models 2024-07-14 23:39:55 -05:00
2024_07_15_194558_create_bonus_score_judge_assignment_table.php Bonus Score Judge Management 2024-07-15 15:19:29 -05:00