aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema_0057-fetch-problems.sql
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2018-03-15 16:12:58 +0000
committerStruan Donald <struan@exo.org.uk>2018-03-15 16:12:58 +0000
commit9d9352ca6bbd757b30796d3cebd42f3ba06f6ddc (patch)
treee587f810b1adf59d6c947e1e887b341cb3e635e5 /db/schema_0057-fetch-problems.sql
parentd5fed14044a348d85061202265dd09e4ce1b776b (diff)
parent8c23490f465fad0089d77ee362c566d066798d09 (diff)
Merge branch 'rutland-integration'
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;