drizzle-kit push:pg dropping and recreating foreign keys all the time
drizzle-kit version: v0.20.12+, including
drizzle-orm version: v0.29.4
schema: my schema is defined across multiple files
When using drizzle-kit 0.20.12+
When downgrading to lower versions - it no longer tries to do so, but a couple changes still continuously stick around like setting default value for 1 of the tables (when it's already set in the schema)
@betadrizzle-orm version: v0.29.4
schema: my schema is defined across multiple files
When using drizzle-kit 0.20.12+
push:pg tries to drop and recreate all the foreign keys in the database every time I'm running it.When downgrading to lower versions - it no longer tries to do so, but a couple changes still continuously stick around like setting default value for 1 of the tables (when it's already set in the schema)