Keroz
DTDrizzle Team
•Created by BaNuni on 12/27/2023 in #help
"Duplicate Index" - but no dupliacte index...
Just out of curiosity, what was your workaround?
10 replies
DTDrizzle Team
•Created by BaNuni on 12/27/2023 in #help
"Duplicate Index" - but no dupliacte index...
In case you are still having this issue and do not have any duplicate index, I was having this issue with no duplicate indexes (using Postgres) doing the following commands (im using pnpm):
First i ran:
pnpm drizzle-kit up:pg
Then uninstalled both packages:
pnpm remove drizzle-kit drizzle-orm
Then installed both packages (clean install)
pnpm add drizzle-kit drizzle-orm
My version of drizzle-kit was updated to a newer version and i was able to run pnpm drizzle-kit generate:pg
without any issue successfully adding the migration i was trying to add.10 replies
DTDrizzle Team
•Created by Meexa on 12/7/2023 in #help
How to do "onConflictDoUpdate" when inserting an array of values?
I am having this same issue, could you tell me how did you fix it?
16 replies