summaryrefslogtreecommitdiffstats
path: root/migrations/2020-12-14-100454_artifact-unique-by-job/up.sql
blob: 37495147ed746223698bd426162a16367e0cc480 (plain)
1
2
3
4
5
6
-- Your SQL goes here
ALTER TABLE
    artifacts
ADD CONSTRAINT
    path_job_id_unique
    UNIQUE (path, job_id)