Skip to content

Commit

Permalink
Create 0016_alter_erpmeta_reopt_version.py
Browse files Browse the repository at this point in the history
only for testing with feature branch?
  • Loading branch information
zolanaj committed Sep 4, 2024
1 parent bdd3dd5 commit 61400a0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions resilience_stats/migrations/0016_alter_erpmeta_reopt_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 4.0.7 on 2024-09-04 21:37

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('resilience_stats', '0015_merge_20230925_2105'),
]

operations = [
migrations.AlterField(
model_name='erpmeta',
name='reopt_version',
field=models.TextField(blank=True, default='', help_text='Version number of the REopt Julia package that is used to calculate reliability.', null=True),
),
]

0 comments on commit 61400a0

Please sign in to comment.