gcx/backend/migrations/029_create_audit_logs.sql

6 lines
317 B
SQL

-- 029: (SUPERSEDED by 045_align_disputes_audit_logs.sql)
-- Original migration tried to create audit_logs with admin schema,
-- but 022 already creates audit_logs with actor schema.
-- Migration 045 now handles the ALTER to reconcile both schemas.
-- This file is kept as a no-op for migration ordering consistency.