aboutsummaryrefslogtreecommitdiffstats
path: root/rust/migrations/2021-11-17-222046_content_scope/down.sql
blob: b2d5532125ea7d8e12035e8233a54b917a1d7b97 (plain)
1
2
3
4
5
6
7
8
9
10
-- This file should undo anything in `up.sql`

ALTER TABLE file_rev
DROP COLUMN content_scope;

ALTER TABLE fileset_rev
DROP COLUMN content_scope;

ALTER TABLE webcapture_rev
DROP COLUMN content_scope;