|
|
|||
File indexing completed on 2026-08-12 09:36:15
0001 from django.db import migrations 0002 0003 0004 class Migration(migrations.Migration): 0005 0006 dependencies = [ 0007 ('monitor_app', '0005_tfslice_fastmon_file'), 0008 ] 0009 0010 operations = [ 0011 migrations.RemoveField( 0012 model_name='tfslice', 0013 name='stf_filename', 0014 ), 0015 migrations.RemoveField( 0016 model_name='tfslice', 0017 name='tf_filename', 0018 ), 0019 ]
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|