Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
kgyrtkirk committed Feb 6, 2023
1 parent 2f8a397 commit bbf3121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tsl/test/expected/compression_ddl.out
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ Triggers:

DROP TABLE metric CASCADE;
-- Creating hypertable
CREATE TABLE IF NOT EXISTS "tEst2" (
CREATE TABLE "tEst2" (
"Id" uuid NOT NULL,
"Time" timestamp with time zone NOT NULL,
CONSTRAINT "test2_pkey" PRIMARY KEY ("Id", "Time")
Expand Down
2 changes: 1 addition & 1 deletion tsl/test/sql/compression_ddl.sql
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ WHERE uc_hypertable.table_name like 'metric' \gset
DROP TABLE metric CASCADE;

-- Creating hypertable
CREATE TABLE IF NOT EXISTS "tEst2" (
CREATE TABLE "tEst2" (
"Id" uuid NOT NULL,
"Time" timestamp with time zone NOT NULL,
CONSTRAINT "test2_pkey" PRIMARY KEY ("Id", "Time")
Expand Down

0 comments on commit bbf3121

Please sign in to comment.