summaryrefslogtreecommitdiffstats
path: root/migrations/2021-02-05-142606_remove-package-tree-json-from-submit/down.sql
blob: a7348eec0ae9a5fb34238fd8074dd3964192ba0b (plain)
1
2
3
4
5
-- This file should undo anything in `up.sql`
ALTER TABLE
    submits
ADD COLUMN
    tree JSONB NOT NULL