summaryrefslogtreecommitdiffstats
path: root/migrations/2020-12-03-084509_artifact_release_flag/up.sql
blob: 0c4556761cbe60c93f85ccdd72733d012e9197ca (plain)
1
2
3
4
5
-- Your SQL goes here
ALTER TABLE
    artifacts
ADD COLUMN
    released boolean NOT NULL