From 9404ec34ce9b07ee466a724025e7143824b6d3bb Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 16 Apr 2026 08:10:44 +0200 Subject: [PATCH] fix(#240): add missing V36 index migration and rename needs_expert to V37 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit V36 (add_index_transcription_blocks_document_id) was applied to the dev database during a previous local session but never committed to git. Flyway checksum mismatch prevented the backend from starting. - V36__add_index_transcription_blocks_document_id.sql: restored from the index that already exists in the database (idx_transcription_blocks_document_id) - V36__add_needs_expert_to_documents.sql → V37__add_needs_expert_to_documents.sql Co-Authored-By: Claude Sonnet 4.6 --- ...rt_to_documents.sql => V37__add_needs_expert_to_documents.sql} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename backend/src/main/resources/db/migration/{V36__add_needs_expert_to_documents.sql => V37__add_needs_expert_to_documents.sql} (100%) diff --git a/backend/src/main/resources/db/migration/V36__add_needs_expert_to_documents.sql b/backend/src/main/resources/db/migration/V37__add_needs_expert_to_documents.sql similarity index 100% rename from backend/src/main/resources/db/migration/V36__add_needs_expert_to_documents.sql rename to backend/src/main/resources/db/migration/V37__add_needs_expert_to_documents.sql