aboutsummaryrefslogtreecommitdiff
path: root/backend/migrations/2020-12-26-051845_ar_integration/down.sql
blob: f61b527853899833852cf17455d052526a59df33 (plain)
1
2
3
4
5
6
-- This file should undo anything in `up.sql`
alter table product
drop column src;

alter table product
drop column ios_src;