aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema_0057-fetch-problems.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema_0057-fetch-problems.sql')
-rw-r--r--db/schema_0057-fetch-problems.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/schema_0057-fetch-problems.sql b/db/schema_0057-fetch-problems.sql
new file mode 100644
index 000000000..7419eb032
--- /dev/null
+++ b/db/schema_0057-fetch-problems.sql
@@ -0,0 +1,5 @@
+BEGIN;
+
+ALTER TABLE body ADD fetch_problems boolean default 'f' not null;
+
+COMMIT;