aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema_0057-fetch-problems.sql
blob: 7419eb0325636d7042720815b14775e059a5c48c (plain)
1
2
3
4
5
BEGIN;

ALTER TABLE body ADD fetch_problems boolean default 'f' not null;

COMMIT;