summaryrefslogtreecommitdiffstats
path: root/migrations/2020-12-14-113756_artifact_not_unique_by_path/up.sql
blob: 0dee2b441ef4e515efc5523e897dc779f49d4ec8 (plain)
1
2
3
4
5
-- Your SQL goes here
ALTER TABLE
    artifacts
DROP CONSTRAINT
    artifacts_path_key -- as generated by default for postgresql