From bb222249d7f836fd27183c2f6b0685191e0100d4 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Fri, 29 Jul 2011 16:31:15 +0100 Subject: add extra column to problem for storing addition open311 meta information --- db/schema_0009-add_extra_to_problem.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 db/schema_0009-add_extra_to_problem.sql (limited to 'db/schema_0009-add_extra_to_problem.sql') diff --git a/db/schema_0009-add_extra_to_problem.sql b/db/schema_0009-add_extra_to_problem.sql new file mode 100644 index 000000000..bac5806c7 --- /dev/null +++ b/db/schema_0009-add_extra_to_problem.sql @@ -0,0 +1,6 @@ +begin; + +ALTER TABLE problem + ADD COLUMN extra TEXT; + +commit; -- cgit v1.2.3