MarisiaS / SMM

0 stars 0 forks source link

BE-Rename athlete migration #62

Closed viriponce closed 7 months ago

viriponce commented 7 months ago

This issue fixes #61.

Implementation

  1. backend/api/migrations/0012_athlete.py In order to update the athlete migration name, I deleted the athlete migration with 0011 prefix name. Run the makemigration command, this created the athlete migration with 0012 prefix name. Apply the migration locally with migrate command. Confirmed the corresponding database table (api_athlete) was created in the DB.