Skip to content

Commit

Permalink
Update crates/connectors/ndc-postgres/src/configuration/version2.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Gil Mizrahi <[email protected]>
  • Loading branch information
plcplc and Gil Mizrahi authored Jan 31, 2024
1 parent 6551209 commit c751674
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ impl RawConfiguration {
}
}

/// Collection names of tables in these schemas will be appear as unqualified.
pub fn default_unqualified_schemas_for_tables() -> Vec<String> {
vec!["public".to_string()]
}
Expand Down

0 comments on commit c751674

Please sign in to comment.