mirror of
https://github.com/turbot/steampipe.git
synced 2026-05-11 18:00:17 -04:00
fix merge error
This commit is contained in:
@@ -228,7 +228,6 @@ func initializeConnectionStateTable(ctx context.Context, conn *pgx.Conn) error {
|
||||
// if any connections are not in a ready or error state, set them to pending_incomplete
|
||||
incompleteErrorSql := connection_state.GetIncompleteConnectionStatePendingIncompleteSql()
|
||||
queries := []db_common.QueryWithArgs{
|
||||
pendingSql,
|
||||
incompleteErrorSql,
|
||||
pendingSql,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user