Skip to content

Commit

Permalink
fix: Sync team_id on team_themes table [skip pizza] (#2662)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Jan 15, 2024
1 parent 76c03c3 commit f34adf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/seed-database/write/team_themes.sql
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ FROM
sync_team_themes ON CONFLICT (id) DO
UPDATE
SET
team_id = EXCLUDED.team_id,
primary_colour = EXCLUDED.primary_colour,
-- secondary_colour = EXCLUDED.secondary_colour,
logo = EXCLUDED.logo,
Expand Down

0 comments on commit f34adf1

Please sign in to comment.