Skip to content

Commit

Permalink
ADH-4357. Added not exists to HIVE-24911.
Browse files Browse the repository at this point in the history
  • Loading branch information
Asmoday committed Sep 24, 2024
1 parent f25550c commit 5595eab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ ALTER TABLE ONLY "DC_PRIVS"
ADD CONSTRAINT "DC_PRIVS_DC_ID_fkey" FOREIGN KEY ("NAME") REFERENCES "DATACONNECTORS"("NAME") DEFERRABLE;

-- HIVE-24911
CREATE INDEX "SDS_N50" ON "SDS" USING btree ("CD_ID");
CREATE INDEX IF NOT EXISTS "SDS_N50" ON "SDS" USING btree ("CD_ID");

-- HIVE-25656
ALTER TABLE "MV_TABLES_USED" ADD "INSERTED_COUNT" bigint NOT NULL DEFAULT 0;
Expand Down

0 comments on commit 5595eab

Please sign in to comment.