diff --git a/ops/37.simplify-not-original-cf.sql b/ops/37.simplify-not-original-cf.sql new file mode 100644 index 00000000..214e8623 --- /dev/null +++ b/ops/37.simplify-not-original-cf.sql @@ -0,0 +1,15 @@ +-- @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