mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-03-15 09:30:08 -04:00
Tweak German DL Regex to Match Both DL and ML
This commit is contained in:
9
ops/53.tweak-german-dl-regex-to-match-both-dl-and-ml.sql
Normal file
9
ops/53.tweak-german-dl-regex-to-match-both-dl-and-ml.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- @operation: export
|
||||
-- @entity: batch
|
||||
-- @name: Tweak German DL Regex to Match Both DL and ML
|
||||
-- @exportedAt: 2026-02-16T20:27:48.857Z
|
||||
-- @opIds: 132
|
||||
|
||||
-- --- BEGIN op 132 ( update regular_expression "German DL" )
|
||||
update "regular_expressions" set "pattern" = '\b(GERMAN[ ._-][DM]L)\b' where "name" = 'German DL' and "pattern" = '\b(GERMAN[ ._-]DL)\b';
|
||||
-- --- END op 132
|
||||
Reference in New Issue
Block a user