commit 8480585e9593622eb6ed94e088f557202d2744c2 Author: Vihang Karajgaonkar Date: Tue Oct 24 12:32:37 2017 -0700 HIVE-17891 : HIVE-13076 uses create table if not exists for the postgres script diff --git a/metastore/scripts/upgrade/postgres/033-HIVE-13076.postgres.sql b/metastore/scripts/upgrade/postgres/033-HIVE-13076.postgres.sql index 9ee7c1115bdf2e3d36e61eced0999c7878327b53..59e702bd7b27a5f8afd793fa6199f28c688de710 100644 --- a/metastore/scripts/upgrade/postgres/033-HIVE-13076.postgres.sql +++ b/metastore/scripts/upgrade/postgres/033-HIVE-13076.postgres.sql @@ -1,4 +1,4 @@ -CREATE TABLE IF NOT EXISTS "KEY_CONSTRAINTS" +CREATE TABLE "KEY_CONSTRAINTS" ( "CHILD_CD_ID" BIGINT, "CHILD_INTEGER_IDX" BIGINT,