Skip to content

Commit

Permalink
updated ion to fix TV
Browse files Browse the repository at this point in the history
  • Loading branch information
linkodm1 committed Jul 29, 2024
1 parent e62c62e commit 1c74222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amp-sql/postgres/Database_Scripts/Views/obj_view.sql
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
-- subcontract 1658085.
--
CREATE OR REPLACE VIEW vw_obj_metadata AS
SELECT om.*, adm.adm_name, adm.adm_enum, adm.adm_enum_label, adm.use_desc
SELECT om.obj_metadata_id, om.data_type_id, om.obj_name, adm.adm_name, adm.adm_enum, adm.adm_enum_label, adm.use_desc
FROM obj_metadata om
LEFT JOIN adm ON adm.namespace_id=om.namespace_id;

Expand Down
2 changes: 1 addition & 1 deletion ion/src
Submodule src updated from 21f145 to 6e95a2

0 comments on commit 1c74222

Please sign in to comment.