Repository: ambari Updated Branches: refs/heads/trunk 9a9492d7a -> bfd0babd4
AMBARI-10246. Ambari-server does not start with Postgres_External (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/bfd0babd Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/bfd0babd Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/bfd0babd Branch: refs/heads/trunk Commit: bfd0babd4f08c002aec747afd154727c83076900 Parents: 9a9492d Author: Andrew Onishuk <[email protected]> Authored: Sat Mar 28 16:27:53 2015 +0200 Committer: Andrew Onishuk <[email protected]> Committed: Sat Mar 28 16:27:53 2015 +0200 ---------------------------------------------------------------------- ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/bfd0babd/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 cd4427f..622fca3 100644 --- a/ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql +++ b/ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql @@ -888,8 +888,6 @@ INSERT INTO ambari_sequences (sequence_name, sequence_value) union all select 'upgrade_group_id_seq', 0 union all - select 'upgrade_group_id_seq', 0 - union all select 'upgrade_item_id_seq', 0; INSERT INTO adminresourcetype (resource_type_id, resource_type_name)
