mirror of
https://github.com/Dictionarry-Hub/trash-pcd.git
synced 2026-09-03 14:50:03 +02:00
10 lines
321 B
SQL
10 lines
321 B
SQL
-- @operation: export
|
|
-- @entity: batch
|
|
-- @name: Update Ari Regex
|
|
-- @exportedAt: 2026-07-08T22:46:03.712Z
|
|
-- @opIds: 12319
|
|
|
|
-- --- BEGIN op 12319 ( update regular_expression "Ari" )
|
|
update "regular_expressions" set "pattern" = '^\[Ari\]|-Ari$' where "name" = 'Ari' and "pattern" = '\[Ari\]|-Ari\b';
|
|
-- --- END op 12319
|