73c63209f1
* feat: stage kontantmetod year-end cutoff * fix: keep cutoff tool payload searchable * fix: trim year-end tool metadata
6 lines
240 B
SQL
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;
|