Skip to content

Commit

Permalink
Merge pull request #298 from YujithIsura/master
Browse files Browse the repository at this point in the history
get all team endpoint updated
  • Loading branch information
YujithIsura authored Mar 17, 2020
2 parents ea06698 + 3552c0f commit 54cb04f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/src/repository/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ const ALL_TEAM_SELECT_QUERY = `SELECT
ID AS team_id,
PARTY_NAME AS team_name,
ABBREVIATION AS team_abbrevation,
PARTY_TYPE AS team_party_type
PARTY_TYPE AS team_party_type,
APPROVED_SYMBOL AS team_symbol
FROM TEAM WHERE STATUS <> "DELETED"`;
const ALL_TEAM_SELECT_QUERY_BY_TEAM_TYPE = `SELECT
ID AS team_id,
Expand Down

0 comments on commit 54cb04f

Please sign in to comment.