endoreg-db 0.3.11__py3-none-any.whl → 0.3.12__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of endoreg-db might be problematic. Click here for more details.
- endoreg_db/migrations/0073_aglservicelogentry_device_and_more.py +36 -0
- {endoreg_db-0.3.11.dist-info → endoreg_db-0.3.12.dist-info}/METADATA +1 -1
- {endoreg_db-0.3.11.dist-info → endoreg_db-0.3.12.dist-info}/RECORD +5 -4
- {endoreg_db-0.3.11.dist-info → endoreg_db-0.3.12.dist-info}/LICENSE +0 -0
- {endoreg_db-0.3.11.dist-info → endoreg_db-0.3.12.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Generated by Django 4.2.15 on 2024-08-25 11:57
|
|
2
|
+
|
|
3
|
+
import django.core.files.storage
|
|
4
|
+
import django.core.validators
|
|
5
|
+
from django.db import migrations, models
|
|
6
|
+
import django.db.models.deletion
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class Migration(migrations.Migration):
|
|
10
|
+
|
|
11
|
+
dependencies = [
|
|
12
|
+
('endoreg_db', '0072_alter_rawpdffile_file'),
|
|
13
|
+
]
|
|
14
|
+
|
|
15
|
+
operations = [
|
|
16
|
+
migrations.AddField(
|
|
17
|
+
model_name='aglservicelogentry',
|
|
18
|
+
name='device',
|
|
19
|
+
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, to='endoreg_db.networkdevice'),
|
|
20
|
+
),
|
|
21
|
+
migrations.AddField(
|
|
22
|
+
model_name='aglservicelogentry',
|
|
23
|
+
name='log_type',
|
|
24
|
+
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, to='endoreg_db.logtype'),
|
|
25
|
+
),
|
|
26
|
+
migrations.AddField(
|
|
27
|
+
model_name='networkdevicelogentry',
|
|
28
|
+
name='log_type',
|
|
29
|
+
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, to='endoreg_db.logtype'),
|
|
30
|
+
),
|
|
31
|
+
migrations.AlterField(
|
|
32
|
+
model_name='rawpdffile',
|
|
33
|
+
name='file',
|
|
34
|
+
field=models.FileField(storage=django.core.files.storage.FileSystemStorage(location='/home/agl-admin/agl-monitor/agl_monitor/agl_monitor/erc_data/raw_pdf'), upload_to='raw_pdf/', validators=[django.core.validators.FileExtensionValidator(allowed_extensions=['pdf'])]),
|
|
35
|
+
),
|
|
36
|
+
]
|
|
@@ -216,6 +216,7 @@ endoreg_db/migrations/0069_delete_networkdevicetypemanager_networkdevice_online.
|
|
|
216
216
|
endoreg_db/migrations/0070_logtype_alter_rawpdffile_file_networkdevicelogentry_and_more.py,sha256=zN0qELi6iDJz8wPKPWj8QK8SV6AIcC326Q_7IFrUuiI,3416
|
|
217
217
|
endoreg_db/migrations/0071_aglservicelogentry.py,sha256=ZIO3niIExRWXYnAcNJdrm-Rj-qLEhId_ScD0360HTyw,1442
|
|
218
218
|
endoreg_db/migrations/0072_alter_rawpdffile_file.py,sha256=7LjAiwZbEW2tbFRC5ndTrWYV5PZzij6RK49S_dwVqjU,652
|
|
219
|
+
endoreg_db/migrations/0073_aglservicelogentry_device_and_more.py,sha256=HouaGqOQIXCRm0RP0BQ-9yiOwWmZjXEBIwuwJXMePbg,1459
|
|
219
220
|
endoreg_db/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
220
221
|
endoreg_db/models/__init__.py,sha256=wc1ZyDUNb-sKMZ4P7x_PAb0WtzDhYAq8y19AV8rC7dQ,1552
|
|
221
222
|
endoreg_db/models/ai_model/__init__.py,sha256=rh5npLRGml5iiRocx359gsaA82pGJTW7wdVAfnbZP6w,106
|
|
@@ -374,7 +375,7 @@ endoreg_db/utils/ocr.py,sha256=jkdT1bl-LSCjZ2PvxlX1AG2TmhdMclayxUPrdZWs7UE,7322
|
|
|
374
375
|
endoreg_db/utils/uuid.py,sha256=T4HXqYtKwXFqE5kPyvlgWHyllBBF6LL6N48nl9TpwBk,53
|
|
375
376
|
endoreg_db/utils/video_metadata.py,sha256=HDyXxAeNQOK3cGzQ06xosmObzEnJBARuKjwz9vmmRIM,2613
|
|
376
377
|
endoreg_db/views.py,sha256=xc1IQHrsij7j33TUbo-_oewy3vs03pw_etpBWaMYJl0,63
|
|
377
|
-
endoreg_db-0.3.
|
|
378
|
-
endoreg_db-0.3.
|
|
379
|
-
endoreg_db-0.3.
|
|
380
|
-
endoreg_db-0.3.
|
|
378
|
+
endoreg_db-0.3.12.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
379
|
+
endoreg_db-0.3.12.dist-info/METADATA,sha256=4cjDOlESujWE-V83wo2PPnHc4qafa1DsUyb6Hl-UH_0,1055
|
|
380
|
+
endoreg_db-0.3.12.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
381
|
+
endoreg_db-0.3.12.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|