udemy-go-web-1/migrations
Muyao CHEN 4ec8c5d9a1 Fix seed sqls
Should use '' instead of "".
2024-07-15 15:11:06 +02:00
..
20240706133130_create_user_table.down.fizz Designing the database using soda migration 2024-07-06 16:51:08 +02:00
20240706133130_create_user_table.up.fizz Designing the database using soda migration 2024-07-06 16:51:08 +02:00
20240706135509_create_reservations_table.down.fizz Designing the database using soda migration 2024-07-06 16:51:08 +02:00
20240706135509_create_reservations_table.up.fizz Designing the database using soda migration 2024-07-06 16:51:08 +02:00
20240706135731_create_rooms_table.down.fizz Designing the database using soda migration 2024-07-06 16:51:08 +02:00
20240706135731_create_rooms_table.up.fizz Designing the database using soda migration 2024-07-06 16:51:08 +02:00
20240706140027_create_restrictions_table.down.fizz Designing the database using soda migration 2024-07-06 16:51:08 +02:00
20240706140027_create_restrictions_table.up.fizz Designing the database using soda migration 2024-07-06 16:51:08 +02:00
20240706140145_create_room_restrictions_table.down.fizz Designing the database using soda migration 2024-07-06 16:51:08 +02:00
20240706140145_create_room_restrictions_table.up.fizz Designing the database using soda migration 2024-07-06 16:51:08 +02:00
20240706140417_create_fkfor_reservations_table.down.fizz Designing the database using soda migration 2024-07-06 16:51:08 +02:00
20240706140417_create_fkfor_reservations_table.up.fizz Designing the database using soda migration 2024-07-06 16:51:08 +02:00
20240706140947_create_fkfor_room_restrictions_table.down.fizz Designing the database using soda migration 2024-07-06 16:51:08 +02:00
20240706140947_create_fkfor_room_restrictions_table.up.fizz Designing the database using soda migration 2024-07-06 16:51:08 +02:00
20240706142050_create_unique_index_for_users_table.down.fizz Designing the database using soda migration 2024-07-06 16:51:08 +02:00
20240706142050_create_unique_index_for_users_table.up.fizz Designing the database using soda migration 2024-07-06 16:51:08 +02:00
20240706142334_create_indices_on_room_restrictions.down.fizz Designing the database using soda migration 2024-07-06 16:51:08 +02:00
20240706142334_create_indices_on_room_restrictions.up.fizz Designing the database using soda migration 2024-07-06 16:51:08 +02:00
20240706144027_add_fkand_indices_to_reservation_table.down.fizz Designing the database using soda migration 2024-07-06 16:51:08 +02:00
20240706144027_add_fkand_indices_to_reservation_table.up.fizz Designing the database using soda migration 2024-07-06 16:51:08 +02:00
20240709213207_add_not_null_to_reservation_id_for_restrictions.down.fizz searching for availability for all rooms 2024-07-09 23:50:54 +02:00
20240709213207_add_not_null_to_reservation_id_for_restrictions.up.fizz searching for availability for all rooms 2024-07-09 23:50:54 +02:00
20240711213038_seed_rooms_table.postgres.down.sql Adding migrations for seeding rooms and restrictions 2024-07-11 23:47:14 +02:00
20240711213038_seed_rooms_table.postgres.up.sql Fix seed sqls 2024-07-15 15:11:06 +02:00
20240711214523_seed_restrictions_table.postgres.down.sql Adding migrations for seeding rooms and restrictions 2024-07-11 23:47:14 +02:00
20240711214523_seed_restrictions_table.postgres.up.sql Fix seed sqls 2024-07-15 15:11:06 +02:00