Files
accounted/supabase/migrations/20260813124508_validate_pending_operations_kontantmetod_cutoff.sql
Mattsson 73c63209f1 feat: stage kontantmetod year-end cutoff (#1586)
* feat: stage kontantmetod year-end cutoff

* fix: keep cutoff tool payload searchable

* fix: trim year-end tool metadata
2026-08-13 15:55:01 +02:00

6 lines
240 B
SQL

-- Validate the operation type CHECK re-added in 20260813124507.
-- Kept separate to avoid a full-table scan under the stronger DDL lock.
ALTER TABLE public.pending_operations
VALIDATE CONSTRAINT pending_operations_operation_type_check;