gesellc / tdd-with-python

Coding along with Harry J.W. Percival's book "Test-Driven Development with Python"
1 stars 0 forks source link

What to do about failing database migrations? #36

Open gesellc opened 8 years ago

gesellc commented 8 years ago

sqlite3.IntegrityError: UNIQUE constraint failed: lists_itemnew.list_id, lists_itemnew.text

gesellc commented 8 years ago

https://travis-ci.org/gesellc/tdd-with-python/builds/157250534

gesellc commented 8 years ago

Automatic rollback?