diff --git a/cmd/app/tables.go b/cmd/app/tables.go index 01bd541..16a43be 100644 --- a/cmd/app/tables.go +++ b/cmd/app/tables.go @@ -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 ); -` +` \ No newline at end of file