mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-03-15 09:30:08 -04:00
Simplify Not Only Original CF
This commit is contained in:
15
ops/38.simplify-not-only-original-cf.sql
Normal file
15
ops/38.simplify-not-only-original-cf.sql
Normal file
@@ -0,0 +1,15 @@
|
||||
-- @operation: export
|
||||
-- @entity: batch
|
||||
-- @name: Simplify Not Only Original CF
|
||||
-- @exportedAt: 2026-02-10T00:55:56.267Z
|
||||
-- @opIds: 1494
|
||||
|
||||
-- --- BEGIN op 1494 ( update custom_format "Not Only Original" )
|
||||
DELETE FROM custom_format_conditions
|
||||
WHERE custom_format_name = 'Not Only Original'
|
||||
AND name = 'Original'
|
||||
AND type = 'language'
|
||||
AND arr_type = 'all'
|
||||
AND negate = 0
|
||||
AND required = 1;
|
||||
-- --- END op 1494
|
||||
Reference in New Issue
Block a user