summaryrefslogtreecommitdiffstats
path: root/migrations/2020-10-29-143003_create_submit_envs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-01-13 08:31:24 +0100
committerMatthias Beyer <matthias.beyer@atos.net>2021-01-13 15:09:01 +0100
commitcbb1457d62e60e6860320951e08b24b2c1b4d4c8 (patch)
tree1e23030f76a5eff1aaeedfd89de0bc6d55472963 /migrations/2020-10-29-143003_create_submit_envs
parent1c02cf5fa44f4813c919b8d7bca1d8b80af4046b (diff)
Add LICENSE file and license headers
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'migrations/2020-10-29-143003_create_submit_envs')
-rw-r--r--migrations/2020-10-29-143003_create_submit_envs/down.sql12
-rw-r--r--migrations/2020-10-29-143003_create_submit_envs/up.sql10
2 files changed, 21 insertions, 1 deletions
diff --git a/migrations/2020-10-29-143003_create_submit_envs/down.sql b/migrations/2020-10-29-143003_create_submit_envs/down.sql
index 291a97c..5283384 100644
--- a/migrations/2020-10-29-143003_create_submit_envs/down.sql
+++ b/migrations/2020-10-29-143003_create_submit_envs/down.sql
@@ -1 +1,11 @@
--- This file should undo anything in `up.sql` \ No newline at end of file
+--
+-- 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`
diff --git a/migrations/2020-10-29-143003_create_submit_envs/up.sql b/migrations/2020-10-29-143003_create_submit_envs/up.sql
index 1be7c2e..4161d07 100644
--- a/migrations/2020-10-29-143003_create_submit_envs/up.sql
+++ b/migrations/2020-10-29-143003_create_submit_envs/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 submit_envs (
id SERIAL PRIMARY KEY NOT NULL,