diff --git a/ops/83.update-vfq.sql b/ops/83.update-vfq.sql new file mode 100644 index 0000000..b20fe9c --- /dev/null +++ b/ops/83.update-vfq.sql @@ -0,0 +1,9 @@ +-- @operation: export +-- @entity: batch +-- @name: Update VFQ +-- @exportedAt: 2026-08-28T20:27:09.684Z +-- @opIds: 13983 + +-- --- BEGIN op 13983 ( update regular_expression "Canadian French" ) +update "regular_expressions" set "pattern" = '\b(VFQ|\d{3,4}p[ .]CAN?|(?<=MULTi[ .])(FR(A|ENCH)|CAN?))\b' where "name" = 'Canadian French' and "pattern" = '\b(VFQ|\d{3,4}p[ .]CAN|(?<=MULTi[ .])FR(A|ENCH|CAN?))\b'; +-- --- END op 13983