Files
accounted/supabase/migrations/20240101000023_document_version_chain.sql
T
Jakob Wennberg 0c422fcd25 chore: clean up migration files and update CLAUDE.md documentation
- 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>
2026-02-26 20:53:57 +01:00

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.