mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-21 21:21:22 +08:00
10 lines
263 B
SQL
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;
|
|
|