[
https://issues.apache.org/jira/browse/AMBARI-9366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
John Speidel resolved AMBARI-9366.
----------------------------------
Resolution: Fixed
merged to trunk
> SQL script for external Postgres DB creation is incorrect for artifact table
> ----------------------------------------------------------------------------
>
> Key: AMBARI-9366
> URL: https://issues.apache.org/jira/browse/AMBARI-9366
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.0.0
> Reporter: John Speidel
> Assignee: John Speidel
> Fix For: 2.0.0
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> The CREATE TABLE statement for the artifact table is incorrect.
> Current: CREATE TABLE ambari.artifact (...)
> Correct: CREATE TABLE artifact (...)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)