|
| 1 | +# Generated by Django 5.1.3 on 2025-09-21 07:20 |
| 2 | + |
| 3 | +from django.db import migrations, models |
| 4 | + |
| 5 | + |
| 6 | +class Migration(migrations.Migration): |
| 7 | + |
| 8 | + dependencies = [ |
| 9 | + ("bots", "0107_alter_publishedrun_workflow_alter_savedrun_workflow_and_more"), |
| 10 | + ] |
| 11 | + |
| 12 | + operations = [ |
| 13 | + migrations.AlterField( |
| 14 | + model_name="publishedrun", |
| 15 | + name="workflow", |
| 16 | + field=models.IntegerField( |
| 17 | + choices=[ |
| 18 | + (1, "Doc Search"), |
| 19 | + (2, "Doc Summary"), |
| 20 | + (3, "Google GPT"), |
| 21 | + (4, "Copilot"), |
| 22 | + (5, "Lipysnc + TTS"), |
| 23 | + (6, "Text to Speech"), |
| 24 | + (7, "Speech Recognition"), |
| 25 | + (8, "Lipsync"), |
| 26 | + (9, "Deforum Animation"), |
| 27 | + (10, "Compare Text2Img"), |
| 28 | + (11, "Text2Audio"), |
| 29 | + (12, "Img2Img"), |
| 30 | + (13, "Face Inpainting"), |
| 31 | + (14, "Google Image Gen"), |
| 32 | + (15, "Compare AI Upscalers"), |
| 33 | + (16, "SEO Summary"), |
| 34 | + (17, "Email Face Inpainting"), |
| 35 | + (18, "Social Lookup Email"), |
| 36 | + (19, "Object Inpainting"), |
| 37 | + (20, "Image Segmentation"), |
| 38 | + (21, "Compare LLM"), |
| 39 | + (22, "Chyron Plant"), |
| 40 | + (23, "Letter Writer"), |
| 41 | + (24, "Smart GPT"), |
| 42 | + (25, "AI QR Code"), |
| 43 | + (26, "Doc Extract"), |
| 44 | + (27, "Related QnA Maker"), |
| 45 | + (28, "Related QnA Maker Doc"), |
| 46 | + (29, "Embeddings"), |
| 47 | + (30, "Bulk Runner"), |
| 48 | + (31, "Bulk Evaluator"), |
| 49 | + (32, "Functions"), |
| 50 | + (33, "Translation"), |
| 51 | + (34, "Model Trainer"), |
| 52 | + (35, "Video Generation"), |
| 53 | + ] |
| 54 | + ), |
| 55 | + ), |
| 56 | + migrations.AlterField( |
| 57 | + model_name="savedrun", |
| 58 | + name="workflow", |
| 59 | + field=models.IntegerField( |
| 60 | + choices=[ |
| 61 | + (1, "Doc Search"), |
| 62 | + (2, "Doc Summary"), |
| 63 | + (3, "Google GPT"), |
| 64 | + (4, "Copilot"), |
| 65 | + (5, "Lipysnc + TTS"), |
| 66 | + (6, "Text to Speech"), |
| 67 | + (7, "Speech Recognition"), |
| 68 | + (8, "Lipsync"), |
| 69 | + (9, "Deforum Animation"), |
| 70 | + (10, "Compare Text2Img"), |
| 71 | + (11, "Text2Audio"), |
| 72 | + (12, "Img2Img"), |
| 73 | + (13, "Face Inpainting"), |
| 74 | + (14, "Google Image Gen"), |
| 75 | + (15, "Compare AI Upscalers"), |
| 76 | + (16, "SEO Summary"), |
| 77 | + (17, "Email Face Inpainting"), |
| 78 | + (18, "Social Lookup Email"), |
| 79 | + (19, "Object Inpainting"), |
| 80 | + (20, "Image Segmentation"), |
| 81 | + (21, "Compare LLM"), |
| 82 | + (22, "Chyron Plant"), |
| 83 | + (23, "Letter Writer"), |
| 84 | + (24, "Smart GPT"), |
| 85 | + (25, "AI QR Code"), |
| 86 | + (26, "Doc Extract"), |
| 87 | + (27, "Related QnA Maker"), |
| 88 | + (28, "Related QnA Maker Doc"), |
| 89 | + (29, "Embeddings"), |
| 90 | + (30, "Bulk Runner"), |
| 91 | + (31, "Bulk Evaluator"), |
| 92 | + (32, "Functions"), |
| 93 | + (33, "Translation"), |
| 94 | + (34, "Model Trainer"), |
| 95 | + (35, "Video Generation"), |
| 96 | + ], |
| 97 | + default=4, |
| 98 | + ), |
| 99 | + ), |
| 100 | + migrations.AlterField( |
| 101 | + model_name="workflowmetadata", |
| 102 | + name="workflow", |
| 103 | + field=models.IntegerField( |
| 104 | + choices=[ |
| 105 | + (1, "Doc Search"), |
| 106 | + (2, "Doc Summary"), |
| 107 | + (3, "Google GPT"), |
| 108 | + (4, "Copilot"), |
| 109 | + (5, "Lipysnc + TTS"), |
| 110 | + (6, "Text to Speech"), |
| 111 | + (7, "Speech Recognition"), |
| 112 | + (8, "Lipsync"), |
| 113 | + (9, "Deforum Animation"), |
| 114 | + (10, "Compare Text2Img"), |
| 115 | + (11, "Text2Audio"), |
| 116 | + (12, "Img2Img"), |
| 117 | + (13, "Face Inpainting"), |
| 118 | + (14, "Google Image Gen"), |
| 119 | + (15, "Compare AI Upscalers"), |
| 120 | + (16, "SEO Summary"), |
| 121 | + (17, "Email Face Inpainting"), |
| 122 | + (18, "Social Lookup Email"), |
| 123 | + (19, "Object Inpainting"), |
| 124 | + (20, "Image Segmentation"), |
| 125 | + (21, "Compare LLM"), |
| 126 | + (22, "Chyron Plant"), |
| 127 | + (23, "Letter Writer"), |
| 128 | + (24, "Smart GPT"), |
| 129 | + (25, "AI QR Code"), |
| 130 | + (26, "Doc Extract"), |
| 131 | + (27, "Related QnA Maker"), |
| 132 | + (28, "Related QnA Maker Doc"), |
| 133 | + (29, "Embeddings"), |
| 134 | + (30, "Bulk Runner"), |
| 135 | + (31, "Bulk Evaluator"), |
| 136 | + (32, "Functions"), |
| 137 | + (33, "Translation"), |
| 138 | + (34, "Model Trainer"), |
| 139 | + (35, "Video Generation"), |
| 140 | + ], |
| 141 | + unique=True, |
| 142 | + ), |
| 143 | + ), |
| 144 | + ] |
0 commit comments