This commit is contained in:
Chris Lu
2021-04-02 02:22:26 -07:00
parent bdf2ddddfd
commit 8e404a1433
7 changed files with 7 additions and 7 deletions

View File

@@ -51,7 +51,7 @@ func (store *PostgresStore2) initialize(createTable, upsertQuery string, enableU
store.SupportBucketTable = true
if !enableUpsert {
upsertQuery = ""
upsertQuery = ""
}
store.SqlGenerator = &postgres.SqlGenPostgres{
CreateTableSqlTemplate: createTable,