Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update model for module Reservas #32

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

wil101
Copy link

@wil101 wil101 commented Apr 24, 2024

Pull Request Template

Description

Modificar nombre de Booking por Reservation
Tanto en el Front como en el Back se maneja como Reservation.

  • También se crea una tabla intermedia llamada ReservationPassenger, para el manejo de muchos a muchos entre Reservation y Passenger.

Checklist

  • My changes adhere to the project's coding standards.
  • I have tested my changes thoroughly.
  • My code is well-documented in README.md.
  • I have provided a clear and concise description of my changes in this pull request.

Tables Modified

Added Tables:

  • ReservationPassenger

Modified Tables:

  • Booking
  • Reservation

wil101 added 4 commits April 23, 2024 20:57
Tanto en el Front como en el Back se maneja como Reservation.
- También se crea una tabla intermedia llamada ReservationPassenger, para el manejo de muchos a muchos entre Reservation y Passenger.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant