Skip to content

Commit

Permalink
Update the column names (github#1022)
Browse files Browse the repository at this point in the history
* updated the column names

* reverted add_dimension change

Co-authored-by: Lana Brindley <github@lanabrindley.com>
  • Loading branch information
Rajakavitha1 and Loquacity authored Apr 21, 2022
1 parent da54606 commit 798b3fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ BEGIN
RAISE EXCEPTION 'Config must have drop_after';
END IF;

PERFORM drop_chunks(format('%I.%I', table_schema, table_name), older_than => drop_after)
PERFORM drop_chunks(format('%I.%I', hypertable_schema, hypertable_name), older_than => drop_after)
FROM timescaledb_information.hypertables;
END
$$;
Expand Down

0 comments on commit 798b3fb

Please sign in to comment.