summaryrefslogtreecommitdiffstats
path: root/django/engagementmanager/migrations/0001_squashed_initial.py
diff options
context:
space:
mode:
authorEdan Binshtok <eb578m@intl.att.com>2017-10-18 07:53:45 +0300
committerEdan Binshtok <eb578m@intl.att.com>2017-10-18 07:53:45 +0300
commit268e90854c4dd937543296a00ade56e901456210 (patch)
tree5530bd9ca74d98079996e2156fd64bd7ac4462be /django/engagementmanager/migrations/0001_squashed_initial.py
parentbd886d918ef2adbabd16c61fdd2e47984e21dfd7 (diff)
Align CI test test and JJB
Add vendor agnostic CI test to align Add Tox and maven docker Issue Id: VVP-15 Change-Id: Ia84ba49b8d3631c1529c1a8141ebf2c2cb1881c9 Signed-off-by: Edan Binshtok <eb578m@intl.att.com>
Diffstat (limited to 'django/engagementmanager/migrations/0001_squashed_initial.py')
-rw-r--r--[-rwxr-xr-x]django/engagementmanager/migrations/0001_squashed_initial.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/django/engagementmanager/migrations/0001_squashed_initial.py b/django/engagementmanager/migrations/0001_squashed_initial.py
index 1be6a07..ae740e2 100755..100644
--- a/django/engagementmanager/migrations/0001_squashed_initial.py
+++ b/django/engagementmanager/migrations/0001_squashed_initial.py
@@ -54,7 +54,8 @@ logger = LoggingServiceFactory.get_logger()
def forwards(apps, schema_editor):
- if not schema_editor.connection.alias == 'default':
+ if not schema_editor.connection.alias == 'default' \
+ or settings.DATABASES["default"]["ENGINE"] == "django.db.backends.sqlite3":
return
cursor = connection.cursor()