Skip to content

Commit

Permalink
resolve comments raised
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Sep 10, 2024
1 parent 573bf1c commit da29ced
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
alter table "public"."teams" add column "submission_email" text;
alter table "public"."teams" alter column "submission_email" drop not null;
comment on column "public"."teams"."submission_email" is E'Teams are core way we organise `flows` and configure settings like theme colour, logo, and contact info; name usually reflects a council but not exclusively';
comment on column "public"."teams"."submission_email" is E'Referenced by Send component when configured to email planning office';


CREATE OR REPLACE VIEW "public"."teams_summary" AS
Expand Down

0 comments on commit da29ced

Please sign in to comment.