Skip to content

Commit

Permalink
linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Mar 13, 2024
1 parent ba60932 commit 5171cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/backend/migration/20240311000000.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func migrate20240311000000() *gormigrate.Migration {
if err := tx.Exec(`alter table dish_rating
add constraint dish_rating_dish_dish_fk
foreign key (dishID) references dish (dish)
on update cascade
on update cascade
on delete cascade;`).Error; err != nil {
return err
}
Expand Down

0 comments on commit 5171cd8

Please sign in to comment.