-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30344/
-----------------------------------------------------------
Review request for Ambari, Robert Levas and Robert Nettleton.
Bugs: AMBARI-9366
https://issues.apache.org/jira/browse/AMBARI-9366
Repository: ambari
Description
-------
The CREATE TABLE statement for the artifact table is incorrect.
Current: CREATE TABLE ambari.artifact (...)
Correct: CREATE TABLE artifact (...)
Diffs
-----
ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql 64ffc4f
Diff: https://reviews.apache.org/r/30344/diff/
Testing
-------
All unit tests pass.
Thanks,
John Speidel