mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-15 01:53:41 +08:00
It was a leftover from the original implementation where we didn't add tests for time dimension using `timestamp without timezone`. Fixed it by dealing with this datatype and added regression tests. Fixes #4956
10 lines
314 B
SQL
10 lines
314 B
SQL
-- This file and its contents are licensed under the Timescale License.
|
|
-- Please see the included NOTICE for copyright information and
|
|
-- LICENSE-TIMESCALE for a copy of the license.
|
|
|
|
\set IS_DISTRIBUTED FALSE
|
|
\set IS_TIME_DIMENSION FALSE
|
|
\set TIME_DIMENSION_DATATYPE INTEGER
|
|
|
|
\ir include/cagg_migrate_common.sql
|