diff --git a/main.go b/main.go index fc954a0..411b8a0 100644 --- a/main.go +++ b/main.go @@ -89,7 +89,7 @@ func connectToDatabases() { } createPostsResultsTableSQL := ` - create table PostResults( + create table if not exists PostResults( Id int primary key not null auto_increment, SlowtwitchId int not null, WordpressId int not null,