This repository has been archived on 2024-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
passerelle-reunion-fsn/passerelle_reunion_fsn/migrations/0006_auto_20200519_1158.py

18 lines
409 B
Python

# Generated by Django 1.11.18 on 2020-05-19 09:58
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('passerelle_reunion_fsn', '0005_text_to_jsonb'),
]
operations = [
migrations.AlterUniqueTogether(
name='entreprise',
unique_together={('resource', 'sequence'), ('resource', 'periode', 'siren')},
),
]