mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-03-15 09:30:08 -04:00
tests(regex): add regex101 link for 'Sing Along'
This commit is contained in:
9
ops/78.tests-regex-add-regex101-link-for-sing-along.sql
Normal file
9
ops/78.tests-regex-add-regex101-link-for-sing-along.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- @operation: export
|
||||
-- @entity: batch
|
||||
-- @name: tests(regex): add regex101 link for 'Sing Along'
|
||||
-- @exportedAt: 2026-03-05T08:42:49.905Z
|
||||
-- @opIds: 157
|
||||
|
||||
-- --- BEGIN op 157 ( update regular_expression "Sing Along" )
|
||||
update "regular_expressions" set "regex101_id" = 'DjR6pm/1' where "name" = 'Sing Along' and "regex101_id" is null;
|
||||
-- --- END op 157
|
||||
Reference in New Issue
Block a user