Skip to content

Commit

Permalink
Fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Nov 24, 2023
1 parent 5ea33a1 commit b74ee4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
('questions', '0090_add_editors'),
('questions', '0091_alter_questionset_options'),
]

operations = [
Expand Down

0 comments on commit b74ee4a

Please sign in to comment.