Split fun run and dog walk

This commit is contained in:
Timothy Allen 2023-08-09 15:46:02 +02:00
parent bc2b5edbf5
commit d83220afe4
10 changed files with 31089 additions and 31029 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -96,7 +96,7 @@ WHEN "Source" = '10KM' THEN
WHEN regexp_match( "Name", '^Finish$') THEN 'BL,L'
WHEN regexp_match( "Name", '^Start$') THEN 'BL,L'
END
WHEN "Source" = '5KM' THEN
WHEN "Source" ILIKE '5KM%' THEN
CASE
WHEN regexp_match( "Name", '^[12]$') THEN 'L,TL'
WHEN regexp_match( "Name", '^[0]$') THEN 'R,BR'