This commit is contained in:
Seraphys
2026-08-28 20:25:55 +00:00
parent 9d8f7ac5e9
commit de5a209eed
+9
View File
@@ -0,0 +1,9 @@
-- @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