mirror of https://github.com/interlegis/sapl.git
LeandroRoberto
9 years ago
1 changed files with 18 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
from __future__ import unicode_literals |
||||
|
|
||||
|
from django.db import migrations, models |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('compilacao', '0029_auto_20151201_1611'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.AlterUniqueTogether( |
||||
|
name='vide', |
||||
|
unique_together=set([('dispositivo_base', 'dispositivo_ref', 'tipo')]), |
||||
|
), |
||||
|
] |
Loading…
Reference in new issue