Skip to content

Commit

Permalink
fix: Replace 'default' with 'regular' image in alebmic migration
Browse files Browse the repository at this point in the history
The migration was wrong, leading to an invalid configuration.
  • Loading branch information
MoritzWeber0 committed Nov 12, 2024
1 parent c6d2508 commit d13f798
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def upgrade():
for row in results:
config = row["config"]
config["sessions"]["persistent"]["image"] = {
"default": config["sessions"]["persistent"]["image"],
"regular": config["sessions"]["persistent"]["image"],
"beta": None,
}

Expand Down

0 comments on commit d13f798

Please sign in to comment.