Update HDR10 Regex

This commit is contained in:
Seraphys
2026-04-26 09:00:15 -05:00
parent 60d50b664c
commit d68219114c
+9
View File
@@ -0,0 +1,9 @@
-- @operation: export
-- @entity: batch
-- @name: Update HDR10 Regex
-- @exportedAt: 2026-04-26T14:00:14.047Z
-- @opIds: 7977
-- --- BEGIN op 7977 ( update regular_expression "HDR10" )
update "regular_expressions" set "pattern" = '\bHDR10(?!\+|P(lus)?)\b' where "name" = 'HDR10' and "pattern" = '\bHDR10(?!\+|Plus)\b';
-- --- END op 7977