The contact_application junction commit (1d0235a) had already dropped the deprecated applicationId column from the live DB via migration 0001, but schema.ts was left with the column declaration (it was put back temporarily during commit preparation to keep schema.ts consistent with 0000_init.sql, then never re-removed for the junction commit). This caused Drizzle to generate INSERTs against a non-existent column when creating contacts. Schema.ts now matches the live DB; no migration needed (0001 already dropped the column). |
||
|---|---|---|
| .. | ||
| app | ||
| components | ||
| db | ||
| lib | ||
| types | ||