DEV Community

Discussion on: Is it really important to save django's migrations in a version control system ?

Collapse
 
jjjjcccjjf profile image
endan

In the framework me and my team are using, we use 1 migration = 1 table strategy.

Tables

Every time we pull a modified migration, we just run a script to automatically re-import and repopulate the database. Hope this helps.