mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-09-03 16:10:02 +02:00
10 lines
545 B
SQL
10 lines
545 B
SQL
-- @operation: export
|
|
-- @entity: batch
|
|
-- @name: Tweak Movie Extra
|
|
-- @exportedAt: 2026-08-28T23:58:25.902Z
|
|
-- @opIds: 14159
|
|
|
|
-- --- BEGIN op 14159 ( 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|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 14159
|