diff options
author | Struan Donald <struan@exo.org.uk> | 2012-03-26 13:02:22 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-03-26 13:31:16 +0100 |
commit | 68575befedaf84dc20c916498819de5184a16d3c (patch) | |
tree | 18491cafba2da076b23f64f0ab75981b05509d82 /db/schema_0015-add_extra_to_comment.sql | |
parent | 36be8fa66e593a53cce4199d1fbb4fcb78452bbe (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.sql | 6 |
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; |