Skip to content

Commit

Permalink
Merge branch 'feature-capacity-to-take-referrals' of github.com:openr…
Browse files Browse the repository at this point in the history
…eferral/specification into feature-capacity-to-take-referrals
  • Loading branch information
Matt Marshall committed Sep 26, 2024
2 parents 0867a63 + 72838ac commit 002c854
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions database/database_postgresql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ COMMENT ON COLUMN public.address.country IS 'The country in which the address is
-- Name: COLUMN address.address_type; Type: COMMENT; Schema: public; Owner: postgres
--

COMMENT ON COLUMN public.address.address_type IS 'The type of address which may be physical, postal, or virtual.';
COMMENT ON COLUMN public.address.address_type IS 'The type of address which may be `physical`, `postal`, or `virtual`.';


--
Expand Down Expand Up @@ -590,7 +590,7 @@ COMMENT ON COLUMN public.location.id IS 'The identifier of the location. Each lo
-- Name: COLUMN location.location_type; Type: COMMENT; Schema: public; Owner: postgres
--

COMMENT ON COLUMN public.location.location_type IS 'The type of location, which may be either physical, postal, or virtual.';
COMMENT ON COLUMN public.location.location_type IS 'The type of location, which may be either `physical`, `postal`, or `virtual`.';


--
Expand Down Expand Up @@ -1240,14 +1240,14 @@ COMMENT ON COLUMN public.schedule.count IS 'iCal - The number of times that the
-- Name: COLUMN schedule.wkst; Type: COMMENT; Schema: public; Owner: postgres
--

COMMENT ON COLUMN public.schedule.wkst IS 'iCal - The two-letter code for the day on which the week starts.';
COMMENT ON COLUMN public.schedule.wkst IS 'iCal - The two-letter code for the day on which the week starts: `MO`, `TU`, `WE`, `TH`, `FR`, `FR`, `SA`, `SU`';


--
-- Name: COLUMN schedule.freq; Type: COMMENT; Schema: public; Owner: postgres
--

COMMENT ON COLUMN public.schedule.freq IS 'iCal - How often the frequency repeats.';
COMMENT ON COLUMN public.schedule.freq IS 'iCal - How often the frequency repeats. Values can be `WEEKLY` or `MONTHLY`';


--
Expand Down

0 comments on commit 002c854

Please sign in to comment.