From cbb1457d62e60e6860320951e08b24b2c1b4d4c8 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 13 Jan 2021 08:31:24 +0100 Subject: Add LICENSE file and license headers Signed-off-by: Matthias Beyer --- migrations/2020-10-29-140235_create_githashes/down.sql | 10 ++++++++++ migrations/2020-10-29-140235_create_githashes/up.sql | 10 ++++++++++ 2 files changed, 20 insertions(+) (limited to 'migrations/2020-10-29-140235_create_githashes') diff --git a/migrations/2020-10-29-140235_create_githashes/down.sql b/migrations/2020-10-29-140235_create_githashes/down.sql index db92088..1be30b9 100644 --- a/migrations/2020-10-29-140235_create_githashes/down.sql +++ b/migrations/2020-10-29-140235_create_githashes/down.sql @@ -1,2 +1,12 @@ +-- +-- Copyright (c) 2020-2021 science+computing ag and other contributors +-- +-- This program and the accompanying materials are made +-- available under the terms of the Eclipse Public License 2.0 +-- which is available at https://www.eclipse.org/legal/epl-2.0/ +-- +-- SPDX-License-Identifier: EPL-2.0 +-- + -- This file should undo anything in `up.sql` DROP TABLE githashes diff --git a/migrations/2020-10-29-140235_create_githashes/up.sql b/migrations/2020-10-29-140235_create_githashes/up.sql index 4894cc6..f1a6f09 100644 --- a/migrations/2020-10-29-140235_create_githashes/up.sql +++ b/migrations/2020-10-29-140235_create_githashes/up.sql @@ -1,3 +1,13 @@ +-- +-- Copyright (c) 2020-2021 science+computing ag and other contributors +-- +-- This program and the accompanying materials are made +-- available under the terms of the Eclipse Public License 2.0 +-- which is available at https://www.eclipse.org/legal/epl-2.0/ +-- +-- SPDX-License-Identifier: EPL-2.0 +-- + -- Your SQL goes here CREATE TABLE githashes ( id SERIAL PRIMARY KEY NOT NULL, -- cgit v1.2.3