You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by mp...@apache.org on 2015/04/16 17:36:38 UTC

ambari git commit: AMBARI-10530. Syntax error in Ambari-DDL-Postgres-CREATE.sql (mpapirkovskyy)

Repository: ambari
Updated Branches:
  refs/heads/trunk 564df7166 -> eb481241a


AMBARI-10530. Syntax error in Ambari-DDL-Postgres-CREATE.sql (mpapirkovskyy)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/eb481241
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/eb481241
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/eb481241

Branch: refs/heads/trunk
Commit: eb481241af9da6873b32436178fb2d64f3cd01b5
Parents: 564df71
Author: Myroslav Papirkovskyy <mp...@hortonworks.com>
Authored: Wed Apr 15 00:36:29 2015 +0300
Committer: Myroslav Papirkovskyy <mp...@hortonworks.com>
Committed: Wed Apr 15 00:36:29 2015 +0300

----------------------------------------------------------------------
 ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/eb481241/ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql b/ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
index 2cec20a..252feea 100644
--- a/ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
+++ b/ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
@@ -582,7 +582,7 @@ CREATE TABLE widget_layout_user_widget (
 );
 
 CREATE TABLE artifact (
-  artifact_name VARCHAR(255) NOT NULL,bug33634
+  artifact_name VARCHAR(255) NOT NULL,
   artifact_data TEXT NOT NULL,
   foreign_keys VARCHAR(255) NOT NULL,
   PRIMARY KEY (artifact_name, foreign_keys));