Files
accounted/supabase/migrations/20240101000023_document_version_chain_placeholder.sql
T
Jakob WennbergandClaude Opus 4.6 b0de46790a fix: align local migrations with deployed Supabase state
Rename migration files (039-052) from sequential to real deployed
timestamps, add 11 missing migration files that were applied directly
to production, apply invoice_delivery_note_sequences migration, and
rename placeholder files for clarity.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 10:16:22 +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.