fustilio.
DTDrizzle Team
•Created by Mohammed Anas on 8/10/2023 in #help
Aws Rds with drizzle
I found that this fixes the problem with peforming migrations using RDS. It's because of the operations performed on the "drizzle"."__drizzle_migrations" table when migrating
22 replies
DTDrizzle Team
•Created by Mohammed Anas on 8/10/2023 in #help
Aws Rds with drizzle
https://github.com/drizzle-team/drizzle-orm/pull/1071
This pull request seems to fix this issue.
22 replies
DTDrizzle Team
•Created by Mohammed Anas on 8/10/2023 in #help
Aws Rds with drizzle
I'm facing a similar issue, using an older version of drizzle-kit seems to work
previous versions (working)
"drizzle-orm": "^0.23.13",
"drizzle-kit": "^0.17.6",
newest versions(not working)
"drizzle-orm": "^0.28.2",
"drizzle-kit": "^0.19.12",
22 replies