We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49e63c commit 374b79dCopy full SHA for 374b79d
packages/drizzle/src/schema/buildRawSchema.ts
@@ -16,6 +16,8 @@ export const buildRawSchema = ({
16
adapter: DrizzleAdapter
17
setColumnID: SetColumnID
18
}) => {
19
+ adapter.indexes = new Set()
20
+
21
adapter.payload.config.collections.forEach((collection) => {
22
createTableName({
23
adapter,
0 commit comments