udemy-go-web-1/migrations/20240706142334_create_indices_on_room_restrictions.down.fizz

5 lines
215 B
Plaintext

drop_index("room_restrictions", "room_restrictions_reservation_id_idx")
drop_index("room_restrictions", "room_restrictions_room_id_idx")
drop_index("room_restrictions", "room_restrictions_start_date_end_date_idx")