1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| """This file and its contents are licensed under the Apache License 2.0. Please see the included NOTICE for copyright information and LICENSE for a copy of the license.
| """
| # Generated by Django 3.1.4 on 2021-03-04 14:57
|
| from django.db import migrations
|
|
| class Migration(migrations.Migration):
|
| dependencies = [
| ('projects', '0001_squashed_0065_auto_20210223_2014'),
| ]
|
| operations = [
| migrations.AlterUniqueTogether(
| name='project',
| unique_together=set(),
| ),
| ]
|
|