Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Feb 15, 2024
1 parent cc617dc commit 9364ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/connectors/postgres/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ func generateCreateTableSQLForNormalizedTable(

if softDeleteColName != "" {
createTableSQLArray = append(createTableSQLArray,
QuoteIdentifier(softDeleteColName)+`%s BOOL DEFAULT FALSE`)
QuoteIdentifier(softDeleteColName)+` BOOL DEFAULT FALSE`)
}

if syncedAtColName != "" {
Expand Down

0 comments on commit 9364ff6

Please sign in to comment.