Skip to content

Commit

Permalink
Add migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
bhilbert4 committed Feb 5, 2025
1 parent 91b43cc commit 21be3e8
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Generated by Django 5.1.4 on 2025-02-05 15:31

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('jwql', '0029_wispfinderb4queryhistory'),
]

operations = [
migrations.AlterField(
model_name='monitor',
name='log_file',
field=models.CharField(default='empty', help_text='Log file name', max_length=1000),
),
migrations.AlterField(
model_name='monitor',
name='monitor_name',
field=models.CharField(default='empty', help_text='Monitor name', max_length=100),
),
]

0 comments on commit 21be3e8

Please sign in to comment.