Skip to content

Commit

Permalink
fixed a typo in one table
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Aug 23, 2024
1 parent db2ab5f commit e565896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/backend/migration/20240824000000.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var wrongTableNames = []wrongTableName{
{"dish_name_tag", "dish_name_tags"},
{"dish_name_tag_option", "dish_name_tag_options"},
{"dish_name_tag_option_excluded", "excluded_dish_name_tag_options"},
{"dish_name_tag_option_included", "included_dish_name_tag_option"},
{"dish_name_tag_option_included", "included_dish_name_tag_options"},
{"dish_to_dish_name_tag", "dish_to_dish_name_tags"},
{"dishes_of_the_week", "dishes_of_the_weeks"},
{"update_note", "update_notes"},
Expand Down

0 comments on commit e565896

Please sign in to comment.