ou-cs5213-sp24 / capstone-management-system

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Migration Scripts #15

Open SaiMadhukar-1407 opened 6 months ago

SaiMadhukar-1407 commented 6 months ago

• Use of Django’s makemigrations command to automatically generate migration scripts based on changes to the models. • Review and, if necessary, manual editing of migration scripts to fine-tune database schema changes.

ferialna commented 5 months ago

Excellent work on utilizing Django's makemigrations for script generation.

jbhanuchai commented 5 months ago

The migration scripts are not a high priority at this stage of the project. I have helped in creating database tables and schema design.