| @@ -11,6 +11,8 @@ class Migration(migrations.Migration): | ||
| 11 | 11 | ] | 
| 12 | 12 |  | 
| 13 | 13 | operations = [ | 
| 14 | + # Reference: https://www.cnblogs.com/lowmanisbusy/p/12331893.html | |
| 15 | + # Reference: https://stackoverflow.com/questions/41623515/received-valueerror-found-wrong-number-0-of-constraints-for-during-djan | |
| 14 | 16 | migrations.AlterUniqueTogether( | 
| 15 | 17 | name='memberactivitygroupshareinfo', | 
| 16 | 18 |              unique_together={('activity_id', 'share_user_id', 'click_user_id', 'brand_id')}, |