Skip to content

Commit c3d7163

Browse files
committed
Simplify Not Original CF
1 parent 741efef commit c3d7163

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
-- @operation: export
2+
-- @entity: batch
3+
-- @name: Simplify Not Original CF
4+
-- @exportedAt: 2026-02-10T00:52:40.489Z
5+
-- @opIds: 1492
6+
7+
-- --- BEGIN op 1492 ( update custom_format "Not Original" )
8+
DELETE FROM custom_format_conditions
9+
WHERE custom_format_name = 'Not Original'
10+
AND name = 'Not Original'
11+
AND type = 'language'
12+
AND arr_type = 'all'
13+
AND negate = 0
14+
AND required = 1;
15+
-- --- END op 1492

0 commit comments

Comments
 (0)