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 d307d62 commit 449c16dCopy full SHA for 449c16d
packages/db-postgres/src/types.ts
@@ -141,7 +141,6 @@ export type PostgresAdapter = {
141
relations: Record<string, GenericRelation>
142
relationshipsSuffix?: string
143
resolveInitializing: () => void
144
- schema: DrizzleConfig
145
schemaName?: Args['schemaName']
146
sessions: {
147
[id: string]: {
@@ -183,7 +182,7 @@ declare module 'payload' {
183
182
rejectInitializing: () => void
184
185
186
- schema: Record<string, GenericEnum | GenericRelation | GenericTable>
+ schema: Record<string, unknown>
187
188
tableNameMap: Map<string, string>
189
versionsSuffix?: string
0 commit comments