aboutsummaryrefslogtreecommitdiffstats
path: root/db/downgrade_0057---0056.sql
blob: a87488e41427e7f67f55b8e07c4265e5876ed185 (plain)
1
2
3
4
5
BEGIN;

ALTER TABLE body DROP fetch_problems;

COMMIT;