timescaledb/test/sql/updates/setup.databases.sql
2023-12-12 20:37:35 +01:00

10 lines
263 B
SQL

-- This file and its contents are licensed under the Apache License 2.0.
-- Please see the included NOTICE for copyright information and
-- LICENSE-APACHE for a copy of the license.
CREATE DATABASE single;
\c single
CREATE EXTENSION IF NOT EXISTS timescaledb;