MarisiaS / SMM

0 stars 0 forks source link

BE-Register Heat #67

Closed MarisiaS closed 5 months ago

MarisiaS commented 6 months ago

This PR address issue #55

Implementation

  1. backend/api/models.py

Implemented the Heat model with the following fields:

Added a unique constrain to event, lane_num and num_heat.

  1. backend/api/migrations/0015_heat_heat_unique_event_lane_heat.py

Migration file generated with command makemigrations for Heat model.