Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
-- Custom SQL migration file, put your code below! --

-- Drop the orphaned qrz_sync_status_enum type. It was created for a
-- contacts.qrz_sync_status column that never existed in any migration or in
-- drizzle/schema.ts; the code that referenced it wrote to nonexistent columns
-- and has been removed. QRZ sync state lives in the ADIF-style
-- qrz_qsl_sent / qrz_qsl_rcvd columns.
DROP TYPE IF EXISTS "public"."qrz_sync_status_enum";
Loading
Loading