diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-13 23:46:30 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-04-24 19:38:56 +0200 |
commit | cd4e5de78f1fa221da62e3c8af26372e62d3effc (patch) | |
tree | a6a104c79a6725c044ea8a83e5a05ff7320d8205 /ishtar_common/migrations/0081_recreate_m2m_history.py | |
parent | 3d2a1569794c0e08cdbf1cbf0378617100ce8391 (diff) | |
download | Ishtar-cd4e5de78f1fa221da62e3c8af26372e62d3effc.tar.bz2 Ishtar-cd4e5de78f1fa221da62e3c8af26372e62d3effc.zip |
Fix migration on new DB - fix filter field when no gis db is available
Diffstat (limited to 'ishtar_common/migrations/0081_recreate_m2m_history.py')
-rw-r--r-- | ishtar_common/migrations/0081_recreate_m2m_history.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) ] |