Files
database/ops/37.simplify-not-original-cf.sql
2026-02-09 18:52:42 -06:00

16 lines
410 B
SQL

-- @operation: export
-- @entity: batch
-- @name: Simplify Not Original CF
-- @exportedAt: 2026-02-10T00:52:40.489Z
-- @opIds: 1492
-- --- BEGIN op 1492 ( update custom_format "Not Original" )
DELETE FROM custom_format_conditions
WHERE custom_format_name = 'Not Original'
AND name = 'Not Original'
AND type = 'language'
AND arr_type = 'all'
AND negate = 0
AND required = 1;
-- --- END op 1492