|
| 1 | +# Generated by Django 4.2.10 on 2025-09-03 16:24 |
| 2 | + |
| 3 | +from django.db import migrations |
| 4 | + |
| 5 | + |
| 6 | +class Migration(migrations.Migration): |
| 7 | + dependencies = [ |
| 8 | + ("main", "0070_alter_project_feature_flags"), |
| 9 | + ] |
| 10 | + |
| 11 | + operations = [ |
| 12 | + migrations.AlterModelOptions( |
| 13 | + name="project", |
| 14 | + options={ |
| 15 | + "ordering": ["-priority", "created_at"], |
| 16 | + "permissions": [ |
| 17 | + ("create_identification", "Can create identifications"), |
| 18 | + ("update_identification", "Can update identifications"), |
| 19 | + ("delete_identification", "Can delete identifications"), |
| 20 | + ("create_job", "Can create a job"), |
| 21 | + ("update_job", "Can update a job"), |
| 22 | + ("run_ml_job", "Can run/retry/cancel ML jobs"), |
| 23 | + ("run_populate_captures_collection_job", "Can run/retry/cancel Populate Collection jobs"), |
| 24 | + ("run_data_storage_sync_job", "Can run/retry/cancel Data Storage Sync jobs"), |
| 25 | + ("run_data_export_job", "Can run/retry/cancel Data Export jobs"), |
| 26 | + ("run_single_image_ml_job", "Can process a single capture"), |
| 27 | + ("delete_job", "Can delete a job"), |
| 28 | + ("create_deployment", "Can create a deployment"), |
| 29 | + ("delete_deployment", "Can delete a deployment"), |
| 30 | + ("update_deployment", "Can update a deployment"), |
| 31 | + ("sync_deployment", "Can sync images to a deployment"), |
| 32 | + ("create_sourceimagecollection", "Can create a collection"), |
| 33 | + ("update_sourceimagecollection", "Can update a collection"), |
| 34 | + ("delete_sourceimagecollection", "Can delete a collection"), |
| 35 | + ("populate_sourceimagecollection", "Can populate a collection"), |
| 36 | + ("create_sourceimage", "Can create a source image"), |
| 37 | + ("update_sourceimage", "Can update a source image"), |
| 38 | + ("delete_sourceimage", "Can delete a source image"), |
| 39 | + ("star_sourceimage", "Can star a source image"), |
| 40 | + ("create_sourceimageupload", "Can create a source image upload"), |
| 41 | + ("update_sourceimageupload", "Can update a source image upload"), |
| 42 | + ("delete_sourceimageupload", "Can delete a source image upload"), |
| 43 | + ("create_s3storagesource", "Can create storage"), |
| 44 | + ("delete_s3storagesource", "Can delete storage"), |
| 45 | + ("update_s3storagesource", "Can update storage"), |
| 46 | + ("test_s3storagesource", "Can test storage connection"), |
| 47 | + ("create_site", "Can create a site"), |
| 48 | + ("delete_site", "Can delete a site"), |
| 49 | + ("update_site", "Can update a site"), |
| 50 | + ("create_device", "Can create a device"), |
| 51 | + ("delete_device", "Can delete a device"), |
| 52 | + ("update_device", "Can update a device"), |
| 53 | + ("view_private_data", "Can view private data"), |
| 54 | + ("trigger_exports", "Can trigger data exports"), |
| 55 | + ], |
| 56 | + }, |
| 57 | + ), |
| 58 | + ] |
0 commit comments