Skip to content

Commit

Permalink
and comment out the indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonje committed Aug 14, 2017
1 parent 25df107 commit ea602bc
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Migration(migrations.Migration):
fields=[
],
options={
'indexes': [],
# 'indexes': [],
'proxy': True,
},
bases=('elections.ballotmeasurecontestidentifier', calaccess_processed.models.proxies.opencivicdata.base.OCDProxyModelMixin),
Expand All @@ -29,7 +29,7 @@ class Migration(migrations.Migration):
fields=[
],
options={
'indexes': [],
# 'indexes': [],
'proxy': True,
},
bases=('elections.ballotmeasurecontestoption', calaccess_processed.models.proxies.opencivicdata.base.OCDProxyModelMixin),
Expand All @@ -39,7 +39,7 @@ class Migration(migrations.Migration):
fields=[
],
options={
'indexes': [],
# 'indexes': [],
'proxy': True,
},
bases=('elections.ballotmeasurecontest', calaccess_processed.models.proxies.opencivicdata.base.OCDProxyModelMixin),
Expand All @@ -49,7 +49,7 @@ class Migration(migrations.Migration):
fields=[
],
options={
'indexes': [],
# 'indexes': [],
'proxy': True,
},
bases=('elections.ballotmeasurecontestsource', calaccess_processed.models.proxies.opencivicdata.base.OCDProxyModelMixin),
Expand All @@ -59,7 +59,7 @@ class Migration(migrations.Migration):
fields=[
],
options={
'indexes': [],
# 'indexes': [],
'proxy': True,
},
bases=('elections.retentioncontestidentifier', calaccess_processed.models.proxies.opencivicdata.base.OCDProxyModelMixin),
Expand All @@ -69,7 +69,7 @@ class Migration(migrations.Migration):
fields=[
],
options={
'indexes': [],
# 'indexes': [],
'proxy': True,
},
bases=('elections.retentioncontestoption', calaccess_processed.models.proxies.opencivicdata.base.OCDProxyModelMixin),
Expand All @@ -79,7 +79,7 @@ class Migration(migrations.Migration):
fields=[
],
options={
'indexes': [],
# 'indexes': [],
'proxy': True,
},
bases=('elections.retentioncontest', calaccess_processed.models.proxies.opencivicdata.base.OCDProxyModelMixin),
Expand All @@ -89,7 +89,7 @@ class Migration(migrations.Migration):
fields=[
],
options={
'indexes': [],
# 'indexes': [],
'proxy': True,
},
bases=('elections.retentioncontestsource', calaccess_processed.models.proxies.opencivicdata.base.OCDProxyModelMixin),
Expand Down

0 comments on commit ea602bc

Please sign in to comment.