aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema_0015-add_extra_to_comment.sql
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-03-26 13:02:22 +0100
committerStruan Donald <struan@exo.org.uk>2012-03-26 13:31:16 +0100
commit68575befedaf84dc20c916498819de5184a16d3c (patch)
tree18491cafba2da076b23f64f0ab75981b05509d82 /db/schema_0015-add_extra_to_comment.sql
parent36be8fa66e593a53cce4199d1fbb4fcb78452bbe (diff)
missed db update file
Diffstat (limited to 'db/schema_0015-add_extra_to_comment.sql')
-rw-r--r--db/schema_0015-add_extra_to_comment.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/db/schema_0015-add_extra_to_comment.sql b/db/schema_0015-add_extra_to_comment.sql
new file mode 100644
index 000000000..5c1789ea2
--- /dev/null
+++ b/db/schema_0015-add_extra_to_comment.sql
@@ -0,0 +1,6 @@
+begin;
+
+ALTER TABLE comment
+ ADD COLUMN extra TEXT;
+
+commit;