mirror of
https://github.com/Dictionarry-Hub/trash-pcd.git
synced 2026-09-03 14:50:03 +02:00
17 lines
384 B
SQL
17 lines
384 B
SQL
-- @operation: export
|
|
-- @entity: batch
|
|
-- @name: Fix FAND
|
|
-- @exportedAt: 2026-08-28T20:42:30.924Z
|
|
-- @opIds: 14000
|
|
|
|
-- --- BEGIN op 14000 ( update custom_format "FAND" )
|
|
UPDATE custom_format_conditions
|
|
SET required = 0
|
|
WHERE custom_format_name = 'FAND'
|
|
AND name = 'FAND'
|
|
AND type = 'release_title'
|
|
AND arr_type = 'all'
|
|
AND negate = 0
|
|
AND required = 1;
|
|
-- --- END op 14000
|