From ee7770bb0130e2e0483af203c7410dad8269bdd7 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Thu, 23 Aug 2012 12:45:18 +0100 Subject: initial crude add support option for a problem --- db/schema_0022-add_interest_count_to_problems.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 db/schema_0022-add_interest_count_to_problems.sql (limited to 'db/schema_0022-add_interest_count_to_problems.sql') diff --git a/db/schema_0022-add_interest_count_to_problems.sql b/db/schema_0022-add_interest_count_to_problems.sql new file mode 100644 index 000000000..62092aa0a --- /dev/null +++ b/db/schema_0022-add_interest_count_to_problems.sql @@ -0,0 +1,6 @@ +begin; + +ALTER table problem + ADD COLUMN interest_count integer; + +commit; -- cgit v1.2.3