Skip to content

Commit f385af3

Browse files
Squashed migrations
1 parent 7adf27d commit f385af3

9 files changed

+15
-462
lines changed

ami/main/migrations/0058_alter_project_options.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

ami/main/migrations/0066_alter_project_options.py renamed to ami/main/migrations/0058_alter_project_options_squashed_0067_alter_project_options.py

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1-
# Generated by Django 4.2.10 on 2025-07-04 02:06
1+
# Generated by Django 4.2.10 on 2025-07-07 10:41
22

33
from django.db import migrations
44

55

66
class Migration(migrations.Migration):
7-
dependencies = [
7+
replaces = [
8+
("main", "0058_alter_project_options"),
9+
("main", "0059_alter_project_options"),
10+
("main", "0060_alter_project_options"),
11+
("main", "0061_alter_project_options"),
12+
("main", "0062_alter_project_options"),
13+
("main", "0063_alter_project_options"),
14+
("main", "0064_alter_project_options"),
815
("main", "0065_alter_project_options"),
16+
("main", "0066_alter_project_options"),
17+
("main", "0067_alter_project_options"),
18+
]
19+
20+
dependencies = [
21+
("main", "0057_merge_20250220_0022"),
922
]
1023

1124
operations = [
@@ -19,15 +32,12 @@ class Migration(migrations.Migration):
1932
("delete_identification", "Can delete identifications"),
2033
("create_job", "Can create a job"),
2134
("update_job", "Can update a job"),
22-
("run_job", "Can run a job"),
2335
("run_ml_job", "Can run/retry/cancel ML jobs"),
2436
("run_populate_captures_collection_job", "Can run/retry/cancel Populate Collection jobs"),
2537
("run_data_storage_sync_job", "Can run/retry/cancel Data Storage Sync jobs"),
2638
("run_data_export_job", "Can run/retry/cancel Data Export jobs"),
2739
("run_single_image_ml_job", "Can process a single capture"),
2840
("delete_job", "Can delete a job"),
29-
("retry_job", "Can retry a job"),
30-
("cancel_job", "Can cancel a job"),
3141
("create_deployment", "Can create a deployment"),
3242
("delete_deployment", "Can delete a deployment"),
3343
("update_deployment", "Can update a deployment"),

ami/main/migrations/0059_alter_project_options.py

Lines changed: 0 additions & 54 deletions
This file was deleted.

ami/main/migrations/0060_alter_project_options.py

Lines changed: 0 additions & 58 deletions
This file was deleted.

ami/main/migrations/0061_alter_project_options.py

Lines changed: 0 additions & 59 deletions
This file was deleted.

ami/main/migrations/0062_alter_project_options.py

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)