mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-09-03 16:10:02 +02:00
10 lines
367 B
SQL
10 lines
367 B
SQL
-- @operation: export
|
|
-- @entity: batch
|
|
-- @name: Updated Extended Clip Regex
|
|
-- @exportedAt: 2026-08-28T23:49:04.046Z
|
|
-- @opIds: 14155
|
|
|
|
-- --- BEGIN op 14155 ( update regular_expression "Extended Clip" )
|
|
update "regular_expressions" set "pattern" = '\bExtended[ ._-]?Clip\b' where "name" = 'Extended Clip' and "pattern" = '\b(extended.?clip)\b';
|
|
-- --- END op 14155
|