klichukb / django-migrate-sql

Django Migrations for raw SQL
ISC License
12 stars 10 forks source link

`migrate` command should notify about changes pending, just like for Django models #1

Open klichukb opened 8 years ago

klichukb commented 8 years ago

The problem is that migrate may preserve the ProjectState for migrations, which means state of SQL items is not aggregated yet through operations sequence. Thus migrate is not able to identify if any changes has been made to SQL items and whether makemigrations should be applied.