|
|
|||
File indexing completed on 2026-04-27 07:41:42
0001 # Generated by Django 4.2.23 on 2025-12-31 16:55 0002 0003 from django.db import migrations, models 0004 0005 0006 class Migration(migrations.Migration): 0007 0008 dependencies = [ 0009 ('monitor_app', '0028_add_namespace_to_workflowexecution'), 0010 ] 0011 0012 operations = [ 0013 migrations.AddField( 0014 model_name='systemagent', 0015 name='metadata', 0016 field=models.JSONField(blank=True, help_text='Extensible metadata for agent configuration and state', null=True), 0017 ), 0018 ]
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|