-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Anna Grund
authored and
Anna Grund
committed
Aug 12, 2023
1 parent
1a1d888
commit 4f02068
Showing
7 changed files
with
154 additions
and
2 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
.../ajapaik/migrations/0030_alter_photomodelsuggestionalternativecategory_unique_together.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Generated by Django 3.2.7 on 2023-08-09 16:34 | ||
|
||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('ajapaik', '0029_photomodelsuggestionresult'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterUniqueTogether( | ||
name='photomodelsuggestionalternativecategory', | ||
unique_together={('proposer', 'photo_id', 'viewpoint_elevation_alternation', 'scene_alternation')}, | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Generated by Django 3.2.7 on 2023-08-09 16:40 | ||
|
||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('ajapaik', '0030_alter_photomodelsuggestionalternativecategory_unique_together'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterUniqueTogether( | ||
name='photomodelsuggestionalternativecategory', | ||
unique_together={('proposer', 'photo_id')}, | ||
), | ||
migrations.AlterModelTable( | ||
name='photomodelsuggestionalternativecategory', | ||
table='ajapaik_photomodelsuggestionalternativecategory', | ||
), | ||
] |
17 changes: 17 additions & 0 deletions
17
ajapaik/ajapaik/migrations/0032_alter_photomodelsuggestionalternativecategory_table.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Generated by Django 3.2.7 on 2023-08-09 16:41 | ||
|
||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('ajapaik', '0031_auto_20230809_1940'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterModelTable( | ||
name='photomodelsuggestionalternativecategory', | ||
table='photomodelsuggestionalternativecategory', | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Generated by Django 3.2.7 on 2023-08-09 16:44 | ||
|
||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('ajapaik', '0032_alter_photomodelsuggestionalternativecategory_table'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterUniqueTogether( | ||
name='photomodelsuggestionalternativecategory', | ||
unique_together={('proposer', 'photo_id', 'scene_alternation')}, | ||
), | ||
migrations.AlterModelTable( | ||
name='photomodelsuggestionalternativecategory', | ||
table='ajapaik_photomodelsuggestionalternativecategory', | ||
), | ||
] |
17 changes: 17 additions & 0 deletions
17
.../ajapaik/migrations/0034_alter_photomodelsuggestionalternativecategory_unique_together.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Generated by Django 3.2.7 on 2023-08-09 17:13 | ||
|
||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('ajapaik', '0033_auto_20230809_1944'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterUniqueTogether( | ||
name='photomodelsuggestionalternativecategory', | ||
unique_together={('proposer', 'photo_id', 'viewpoint_elevation_alternation'), ('proposer', 'photo_id', 'scene_alternation')}, | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters