summaryrefslogtreecommitdiffstats
path: root/migrations/2020-10-29-143003_create_submit_envs/up.sql
diff options
context:
space:
mode:
Diffstat (limited to 'migrations/2020-10-29-143003_create_submit_envs/up.sql')
-rw-r--r--migrations/2020-10-29-143003_create_submit_envs/up.sql10
1 files changed, 10 insertions, 0 deletions
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,