klichukb / django-migrate-sql

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

Implement `elidable` keyword #7

Open p-himik opened 7 years ago

p-himik commented 7 years ago

Django 1.10 added new elidable keyword for RunSQL. It would be nice if django-migrate-sql supported it.