Apply suggestions from code review

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-05-02 16:01:08 +02:00
committed by GitHub
parent 8e9727b825
commit 99fe60b13e
+2 -2
View File
@@ -115,7 +115,7 @@ export interface Config {
* Whether to ensure the given database schema exists by creating it if it does not.
* Defaults to false if unspecified.
*
* * NOTE: Currently only supported by the `pg` client when pluginDivisionMode: schema
* NOTE: Currently only supported by the `pg` client when pluginDivisionMode: schema
*/
ensureSchemaExists?: boolean;
/**
@@ -158,7 +158,7 @@ export interface Config {
* Whether to ensure the given database schema exists by creating it if it does not.
* Defaults to false if unspecified.
*
* * NOTE: Currently only supported by the `pg` client when pluginDivisionMode: schema
* NOTE: Currently only supported by the `pg` client when pluginDivisionMode: schema
*/
ensureSchemaExists?: boolean;
/**