Job-Tracker/src
Richard Nixon f212667b7d fix(db): drop deprecated contact.application_id from schema
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).
2026-05-24 20:50:12 +01:00
..
app feat(contacts): inline edit + company autocomplete (auto-creates new companies) 2026-05-24 20:50:05 +01:00
components fix(ui): force light mode, add bg-white + text-zinc-900 to inputs, polish funnel 2026-05-24 20:49:56 +01:00
db fix(db): drop deprecated contact.application_id from schema 2026-05-24 20:50:12 +01:00
lib feat: AI features — interview prep, email generation, ATS keyword analysis 2026-05-24 11:33:09 +01:00
types feat: implement job application management system (phases 1-6) 2026-03-20 13:50:27 +00:00