You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by dm...@apache.org on 2013/12/10 20:43:04 UTC

git commit: AMBARI-4037. Trunk is broken: Server fails to start due to syntax error at DDL script (dlsynichenko)

Updated Branches:
  refs/heads/trunk a939bbd1e -> 27822b37b


AMBARI-4037. Trunk is broken: Server fails to start due to syntax error at DDL script (dlsynichenko)


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

Branch: refs/heads/trunk
Commit: 27822b37b50f7e2b58cc0d813e91ee30c40d136f
Parents: a939bbd
Author: Lisnichenko Dmitro <dl...@hortonworks.com>
Authored: Tue Dec 10 21:42:25 2013 +0200
Committer: Lisnichenko Dmitro <dl...@hortonworks.com>
Committed: Tue Dec 10 21:42:25 2013 +0200

----------------------------------------------------------------------
 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/27822b37/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 a05169a..2fb484f 100644
--- a/ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
+++ b/ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
@@ -156,7 +156,7 @@ BEGIN;
   UNION ALL
   SELECT 'host_role_command_id_seq', 1
   union all
-  select 'configgroup_id_seq', 1;
+  select 'configgroup_id_seq', 1
   union all
   select 'requestschedule_id_seq', 1;