Skip to content

Commit

Permalink
migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
adfarth committed Mar 5, 2024
1 parent 74ed174 commit cb159ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.0.7 on 2024-03-04 20:45
# Generated by Django 4.0.7 on 2024-03-05 22:50

import django.core.validators
from django.db import migrations, models
Expand All @@ -7,10 +7,15 @@
class Migration(migrations.Migration):

dependencies = [
('reoptjl', '0052_settings_solver_name'),
('reoptjl', '0041_alter_electricutilityinputs_cambium_scenario'),
]

operations = [
migrations.AddField(
model_name='settings',
name='solver_name',
field=models.TextField(blank=True, choices=[('HiGHS', 'Highs'), ('Cbc', 'Cbc'), ('SCIP', 'Scip'), ('Xpress', 'Xpress')], default='Xpress', help_text='Solver used for REopt.jl. Options include HiGHS, Cbc, SCIP, and Xpress'),
),
migrations.AlterField(
model_name='chpinputs',
name='macrs_bonus_fraction',
Expand Down
18 changes: 0 additions & 18 deletions reoptjl/migrations/0052_settings_solver_name.py

This file was deleted.

0 comments on commit cb159ff

Please sign in to comment.