0c422fcd25
- Consolidate migration numbering (move full_bas_2026 to slot 044) - Remove dead/superseded migrations (document_matching, reversal columns) - Update CLAUDE.md with placeholder migration notes and corrected descriptions - Fix migration SQL for invoice_inbox, extension_data, supplier_invoices Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8 lines
433 B
SQL
8 lines
433 B
SQL
-- Migration 23: Document Version Chain Hardening (placeholder)
|
|
-- This migration was planned but never deployed to production.
|
|
-- The columns prev_version_hash and last_integrity_check_at do not exist
|
|
-- in the production document_attachments table.
|
|
-- The functions create_document_version() and validate_version_chain()
|
|
-- do not exist in the production database.
|
|
-- Kept as a numbered placeholder to preserve migration sequence.
|