tbicr / django-pg-zero-downtime-migrations

Django postgresql backend that apply migrations with respect to database locks
MIT License
525 stars 25 forks source link

fix sqlmigrate with idempotent mode #64

Closed tbicr closed 5 months ago

tbicr commented 5 months ago

when run sqlmigrate with idempotent mode, lib try to run indempotent condition that can fail as no real object can be presented, as idempotent mode has no sense for sqlmigrate we can just disable it for this case