summaryrefslogtreecommitdiffstats
path: root/migrations/2020-12-03-085333_artifact_belongs_to_job/up.sql
blob: c838962c51cec923101de9129b297ed34e918881 (plain)
1
2
3
4
5
-- Your SQL goes here
ALTER TABLE
    artifacts
ADD COLUMN
    job_id INTEGER REFERENCES jobs(id) NOT NULL