====== pears.GetShiftIndicatorColour ======
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
===== Original SQL =====
create function "pears"."GetShiftIndicatorColour"(
in "sid" char(20),in "ddate" date )
returns integer
begin
-- Return 0 to indicate that colour choice is to be ignored
return 0
end