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.
undefined
adapter.schemaName
1 parent 53aea62 commit 1525cc6Copy full SHA for 1525cc6
packages/drizzle/src/postgres/predefinedMigrations/v2-v3/migrateRelationships.ts
@@ -102,7 +102,7 @@ export const migrateRelationships = async ({
102
})
103
}
104
105
- const deleteStatement = `DELETE FROM "${adapter.schemaName}"."${tableName}${adapter.relationshipsSuffix}" WHERE ${where}`
+ const deleteStatement = `DELETE FROM "${schemaName}"."${tableName}${adapter.relationshipsSuffix}" WHERE ${where}`
106
if (debug) {
107
payload.logger.info('DELETING ROWS')
108
payload.logger.info(deleteStatement)
0 commit comments