diff --git a/backend/src/gpml/db/plastic_strategy/team.clj b/backend/src/gpml/db/plastic_strategy/team.clj index 8299e0dd6..b042ebbeb 100644 --- a/backend/src/gpml/db/plastic_strategy/team.clj +++ b/backend/src/gpml/db/plastic_strategy/team.clj @@ -30,7 +30,7 @@ [conn ps-team-member] (jdbc-util/with-constraint-violation-check [{:type :unique - :name "plastic_strategy_team_member_pkey" + :name "plastic_strategy_team_pkey" :error-reason :already-exists}] (add-ps-team-member* conn (ps-team-member->p-ps-team-member ps-team-member)) {:success? true}))