Skip to content

Commit

Permalink
Update 0001_initial.py - add dependency to enforce order for initial
Browse files Browse the repository at this point in the history
  • Loading branch information
geofranzi authored Apr 9, 2024
1 parent 8ea2131 commit b739f60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion framework/climate/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
class Migration(migrations.Migration):

initial = True


dependencies = [
('layers', '0013_alter_layer_progress_alter_layer_scope_and_more'),
]

operations = [
migrations.CreateModel(
Expand Down

0 comments on commit b739f60

Please sign in to comment.