mikoscz
mikoscz
DTDrizzle Team
Created by mikoscz on 10/19/2023 in #help
Ignore columns manually added in migration
Hey, is there a way to tell drizzle-kit generate to not touch columns added in migration manually. I've added manually some tsvectors columns, it is working fine, but when I am creating new migration drizzle-kit is adding DROP statements. Probably when https://github.com/drizzle-team/drizzle-orm/issues/247#issuecomment-1742110943 would be resolved I can create appropriate columns in schema, but for now I just want to tell drizzle to ignore them. Is there way to achieve that?
1 replies