aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/schema_0021-add_mm_msg_id_to_problem.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/db/schema_0021-add_mm_msg_id_to_problem.sql b/db/schema_0021-add_mm_msg_id_to_problem.sql
new file mode 100644
index 000000000..12c981ed3
--- /dev/null
+++ b/db/schema_0021-add_mm_msg_id_to_problem.sql
@@ -0,0 +1,6 @@
+begin;
+
+ALTER table problem
+ ADD column mm_msg_id INTEGER;
+
+commit;