mirror of
https://github.com/Dictionarry-Hub/trash-pcd.git
synced 2026-09-03 02:30:02 +02:00
10 lines
360 B
SQL
10 lines
360 B
SQL
-- @operation: export
|
|
-- @entity: batch
|
|
-- @name: Change playWEB Regex to account for Duplicate Drift
|
|
-- @exportedAt: 2026-06-30T03:12:50.999Z
|
|
-- @opIds: 11457
|
|
|
|
-- --- BEGIN op 11457 ( update regular_expression "playWEB" )
|
|
update "regular_expressions" set "pattern" = '\b(playWEB)\b' where "name" = 'playWEB' and "pattern" = '^(playWEB)$';
|
|
-- --- END op 11457
|