Skip to content

Commit

Permalink
Adds unique to all instances flag. re #4375
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Mar 27, 2019
1 parent f76e9cf commit 059e727
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class Migration(migrations.Migration):
db_column='cardid',
on_delete=django.db.models.deletion.CASCADE,
to='models.CardModel')),
('uniquetoallinstances', models.BooleanField(default=False)),
],
options={
'db_table': 'card_constraints',
Expand Down

0 comments on commit 059e727

Please sign in to comment.