summaryrefslogtreecommitdiffstats
path: root/migrations/2020-12-14-113756_artifact_not_unique_by_path/up.sql
diff options
context:
space:
mode:
Diffstat (limited to 'migrations/2020-12-14-113756_artifact_not_unique_by_path/up.sql')
-rw-r--r--migrations/2020-12-14-113756_artifact_not_unique_by_path/up.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/migrations/2020-12-14-113756_artifact_not_unique_by_path/up.sql b/migrations/2020-12-14-113756_artifact_not_unique_by_path/up.sql
new file mode 100644
index 0000000..0dee2b4
--- /dev/null
+++ b/migrations/2020-12-14-113756_artifact_not_unique_by_path/up.sql
@@ -0,0 +1,5 @@
+-- Your SQL goes here
+ALTER TABLE
+ artifacts
+DROP CONSTRAINT
+ artifacts_path_key -- as generated by default for postgresql