Skip to content

Commit

Permalink
TTPLAT-490, TTPLAT-489 Updated theview to include the correct name fo…
Browse files Browse the repository at this point in the history
…r assets_fta_mode_types aftmt, this was corrected in the transit version but not the cpt version.
  • Loading branch information
mmaranda-cs committed Oct 18, 2018
1 parent 215cdfb commit 27b7533
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions db/cpt_asset_table_views.sql
Original file line number Diff line number Diff line change
Expand Up @@ -673,11 +673,11 @@ SELECT

infra_segment_type.name AS'infrastructure_infrastructure_segment_name',

assets_fta_mode_types.id AS 'assets_fta_mode_types_id',
assets_fta_mode_types.asset_id AS 'assets_fta_mode_types_asset_id',
assets_fta_mode_types.transam_asset_id AS 'assets_fta_mode_types_transam_asset_id',
assets_fta_mode_types.fta_mode_type_id AS 'assets_fta_mode_types_fta_mode_type_id',
assets_fta_mode_types.is_primary AS 'assets_fta_mode_types_is_primary',
afmt.id AS 'assets_fta_mode_types_id',
afmt.asset_id AS 'assets_fta_mode_types_asset_id',
afmt.transam_asset_id AS 'assets_fta_mode_types_transam_asset_id',
afmt.fta_mode_type_id AS 'assets_fta_mode_types_fta_mode_type_id',
afmt.is_primary AS 'assets_fta_mode_types_is_primary',

transitAs.asset_id AS 'transit_asset_asset_id',
transitAs.contract_num AS 'transit_asset_contract_num',
Expand Down

0 comments on commit 27b7533

Please sign in to comment.