Skip to content

Commit

Permalink
build: add public.organisation.approved field to base schema
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jan 22, 2024
1 parent 879f173 commit 9f3351b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/migrations/init/fmtm_base_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ CREATE TABLE public.organisations (
description character varying,
url character varying,
type public.organisationtype NOT NULL,
approved BOOLEAN DEFAULT false,
odk_central_url character varying,
odk_central_user character varying,
odk_central_password character varying
Expand Down

0 comments on commit 9f3351b

Please sign in to comment.