Aucune description

0037_auto_20170821_1600.py 444B

1234567891011121314151617181920
  1. # -*- coding: utf-8 -*-
  2. # Generated by Django 1.11.3 on 2017-08-21 08:00
  3. from __future__ import unicode_literals
  4. from django.db import migrations
  5. class Migration(migrations.Migration):
  6. dependencies = [
  7. ('group', '0036_groupphotoinfo_has_watermark'),
  8. ]
  9. operations = [
  10. migrations.AlterUniqueTogether(
  11. name='groupinfo',
  12. unique_together=set([('session_id', 'group_from')]),
  13. ),
  14. ]