create posts table if not exists
This commit is contained in:
parent
e502692105
commit
48ff48884b
2
main.go
2
main.go
@ -89,7 +89,7 @@ func connectToDatabases() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
createPostsResultsTableSQL := `
|
createPostsResultsTableSQL := `
|
||||||
create table PostResults(
|
create table if not exists PostResults(
|
||||||
Id int primary key not null auto_increment,
|
Id int primary key not null auto_increment,
|
||||||
SlowtwitchId int not null,
|
SlowtwitchId int not null,
|
||||||
WordpressId int not null,
|
WordpressId int not null,
|
||||||
|
Loading…
Reference in New Issue
Block a user