Skip to content

Commit

Permalink
check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thedmdim committed May 15, 2024
1 parent e3054ac commit e2d54e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/app/tables.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ const CreateTablesIfNotExists = `
FOREIGN KEY (video_id) REFERENCES videos (id) ON DELETE CASCADE,
FOREIGN KEY (visitor_id) REFERENCES visitors (id) ON DELETE CASCADE
);
`
`

0 comments on commit e2d54e3

Please sign in to comment.