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>
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.
|