John Speidel created AMBARI-9366:
------------------------------------
Summary: 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
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)