We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273c780 commit c1124d4Copy full SHA for c1124d4
2 files changed
drizzle-orm/src/gel-core/roles.ts
@@ -12,11 +12,8 @@ export class GelRole implements GelRoleConfig {
12
/** @internal */
13
_existing?: boolean;
14
15
- /** @internal */
16
readonly createDb: GelRoleConfig['createDb'];
17
18
readonly createRole: GelRoleConfig['createRole'];
19
20
readonly inherit: GelRoleConfig['inherit'];
21
22
constructor(
drizzle-orm/src/pg-core/roles.ts
@@ -12,11 +12,8 @@ export class PgRole implements PgRoleConfig {
readonly createDb: PgRoleConfig['createDb'];
readonly createRole: PgRoleConfig['createRole'];
readonly inherit: PgRoleConfig['inherit'];
0 commit comments