1-- This file and its contents are licensed under the Apache License 2.0.
2-- Please see the included NOTICE for copyright information and
3-- LICENSE-APACHE for a copy of the license.
4
5\ir setup.catalog.sql
6\ir setup.bigint.sql
7\ir setup.constraints.sql
8\ir setup.insert_bigint.v2.sql
9\ir setup.timestamp.sql
10
11ALTER TABLE PUBLIC.hyper_timestamp
12  ADD CONSTRAINT exclude_const
13  EXCLUDE USING btree (
14        "time" WITH =, device_id WITH =
15   ) WHERE (value > 0);
16
17\ir setup.insert_timestamp.sql
18\ir setup.drop_meta.sql
19