klichukb / django-migrate-sql

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

Detect changes when dependencies are changed (SQL unchanged). #5

Closed klichukb closed 8 years ago

klichukb commented 8 years ago

Need to either create another operation type which will basically be not affecting DB but adding/removing dependencies or embed such features into create/alter SQL operations.