summaryrefslogtreecommitdiffstats
path: root/migrations/2020-12-03-084509_artifact_release_flag
diff options
context:
space:
mode:
Diffstat (limited to 'migrations/2020-12-03-084509_artifact_release_flag')
-rw-r--r--migrations/2020-12-03-084509_artifact_release_flag/down.sql10
-rw-r--r--migrations/2020-12-03-084509_artifact_release_flag/up.sql10
2 files changed, 20 insertions, 0 deletions
diff --git a/migrations/2020-12-03-084509_artifact_release_flag/down.sql b/migrations/2020-12-03-084509_artifact_release_flag/down.sql
index 9d0ace1..1a68637 100644
--- a/migrations/2020-12-03-084509_artifact_release_flag/down.sql
+++ b/migrations/2020-12-03-084509_artifact_release_flag/down.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
+--
+
-- This file should undo anything in `up.sql`
ALTER TABLE
artifacts
diff --git a/migrations/2020-12-03-084509_artifact_release_flag/up.sql b/migrations/2020-12-03-084509_artifact_release_flag/up.sql
index 0c45567..a6c03f8 100644
--- a/migrations/2020-12-03-084509_artifact_release_flag/up.sql
+++ b/migrations/2020-12-03-084509_artifact_release_flag/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
ALTER TABLE
artifacts