djarran
djarran
DTDrizzle Team
Created by djarran on 10/6/2023 in #help
Migrations folder location?
Should the migrations folder be location somewhere in the src directory? Right now I’m experiencing errors with the migrate function trying to use the migrations folder in the root directory,. Copying the folder into src works (though i am now experiencing an unrelated error)
1 replies
DTDrizzle Team
Created by djarran on 10/1/2023 in #help
Drizzle Kit: Push Wants to Update Unchanged Column Type
Similar to this post: "1109290137688489984" Getting the following when running npx drizzle-kit push:pg
Warning Found data-loss statements:
· You're about to change fulfillment_date column type from timestamp(6) with time zone to timestamp (6) with time zone with 110 items
Warning Found data-loss statements:
· You're about to change fulfillment_date column type from timestamp(6) with time zone to timestamp (6) with time zone with 110 items
6 replies