mirror of
https://github.com/Dictionarry-Hub/trash-pcd.git
synced 2026-09-03 02:30:02 +02:00
10 lines
312 B
SQL
10 lines
312 B
SQL
-- @operation: export
|
|
-- @entity: batch
|
|
-- @name: Fix Ari
|
|
-- @exportedAt: 2026-08-28T20:25:53.326Z
|
|
-- @opIds: 13981
|
|
|
|
-- --- BEGIN op 13981 ( update regular_expression "Ari" )
|
|
update "regular_expressions" set "pattern" = '\[Ari\]|-Ari\b' where "name" = 'Ari' and "pattern" = '^\[Ari\]|-Ari$';
|
|
-- --- END op 13981
|