mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-09-03 16:10:02 +02:00
Tweak
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
-- @operation: export
|
||||
-- @entity: batch
|
||||
-- @name: Tweak
|
||||
-- @exportedAt: 2026-08-29T00:00:58.856Z
|
||||
-- @opIds: 14161, 14162
|
||||
|
||||
-- --- BEGIN op 14161 ( update regular_expression "Movie Extras" )
|
||||
update "regular_expressions" set "pattern" = '(?<=\b[12]\d{3}\b).*(\b|\.)\b(Extra(s)?|Bonus|Deleted[ ._-]?Scene(s)?|Extended[ ._-]?Clip(s)?|Special[ ._-]?Feature(s)?)\b' where "name" = 'Movie Extras' and "pattern" = '(?<=\b[12]\d{3}\b).*(\b|\.)\b(Extra(s)?|Bonus|Deleted[ ._-]?Scene(s)?|Extended[ ._-]?Clip|Special[ ._-]?Feature(s)?)\b';
|
||||
-- --- END op 14161
|
||||
|
||||
-- --- BEGIN op 14162 ( update regular_expression "Extended Clip" )
|
||||
update "regular_expressions" set "pattern" = '\bExtended[ ._-]?Clip(s)?\b' where "name" = 'Extended Clip' and "pattern" = '\bExtended[ ._-]?Clip\b';
|
||||
-- --- END op 14162
|
||||
Reference in New Issue
Block a user