From cd4e5de78f1fa221da62e3c8af26372e62d3effc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 13 Feb 2019 23:46:30 +0100 Subject: Fix migration on new DB - fix filter field when no gis db is available --- ishtar_common/migrations/0081_recreate_m2m_history.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ishtar_common/migrations/0081_recreate_m2m_history.py') diff --git a/ishtar_common/migrations/0081_recreate_m2m_history.py b/ishtar_common/migrations/0081_recreate_m2m_history.py index 3d7f28bb6..3cbe5cdbc 100644 --- a/ishtar_common/migrations/0081_recreate_m2m_history.py +++ b/ishtar_common/migrations/0081_recreate_m2m_history.py @@ -41,5 +41,4 @@ class Migration(migrations.Migration): ] operations = [ - migrations.RunPython(recreate_m2m_migrations) ] -- cgit v1.2.3