Skip to content

Commit

Permalink
add default to read_patt_num
Browse files Browse the repository at this point in the history
  • Loading branch information
BradleySappington authored and bhilbert4 committed Apr 5, 2024
1 parent 4ade252 commit e733d9e
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 4.1.7 on 2024-04-05 18:08

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('jwql', '0020_alter_proposal_category_and_more'),
]

operations = [
migrations.AlterField(
model_name='rootfileinfo',
name='read_patt_num',
field=models.IntegerField(default=1, help_text='Read Pattern Number'),
),
]

0 comments on commit e733d9e

Please sign in to comment.