summaryrefslogtreecommitdiffstats
path: root/migrations/2020-10-29-132821_create_envvars
diff options
context:
space:
mode:
Diffstat (limited to 'migrations/2020-10-29-132821_create_envvars')
-rw-r--r--migrations/2020-10-29-132821_create_envvars/down.sql10
-rw-r--r--migrations/2020-10-29-132821_create_envvars/up.sql10
2 files changed, 20 insertions, 0 deletions
diff --git a/migrations/2020-10-29-132821_create_envvars/down.sql b/migrations/2020-10-29-132821_create_envvars/down.sql
index f9d8d4f..7a53630 100644
--- a/migrations/2020-10-29-132821_create_envvars/down.sql
+++ b/migrations/2020-10-29-132821_create_envvars/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 envvars
diff --git a/migrations/2020-10-29-132821_create_envvars/up.sql b/migrations/2020-10-29-132821_create_envvars/up.sql
index 9ef897b..6cefed9 100644
--- a/migrations/2020-10-29-132821_create_envvars/up.sql
+++ b/migrations/2020-10-29-132821_create_envvars/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 envvars (
id SERIAL PRIMARY KEY NOT NULL,