Skip to content

Commit

Permalink
update public permissions and squashed migration and update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Aug 23, 2024
1 parent 9b23b1b commit 965eaa7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
1 change: 0 additions & 1 deletion hasura.planx.uk/metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1833,7 +1833,6 @@
- homepage
- id
- reference_code
- submission_email
- team_id
filter: {}
comment: ""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
alter table "public"."team_settings" add column "submission_email" text
null;
comment on column "public"."team_settings"."submission_email" is E'Referenced by Send component when configured to email planning office';

UPDATE team_settings
SET submission_email = teams.submission_email
FROM teams
WHERE team_settings.team_id = teams.id;

This file was deleted.

This file was deleted.

0 comments on commit 965eaa7

Please sign in to comment.