mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-17 02:53:51 +08:00
This changes the license text for SQL files to be identical with the license text for C files.
9 lines
326 B
SQL
9 lines
326 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.
|
|
|
|
INSERT INTO hyper_timestamp VALUES
|
|
('2017-01-20T09:00:01', 'dev1', 1),
|
|
('2017-01-20T08:00:01', 'dev2', 2),
|
|
('2016-01-20T09:00:01', 'dev1', 3);
|