|
|
|||
File indexing completed on 2026-04-27 07:41:42
0001 from django.db import migrations 0002 0003 class Migration(migrations.Migration): 0004 dependencies = [ 0005 ("monitor_app", "0004_applog"), 0006 ] 0007 0008 operations = [ 0009 migrations.AlterModelTable( 0010 name="AppLog", 0011 table="swf_applog", 0012 ), 0013 migrations.AlterModelTable( 0014 name="SystemAgent", 0015 table="swf_systemagent", 0016 ), 0017 ]
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|