aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/DB/Result/Body.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-03-11 17:34:38 +0000
committerMatthew Somerville <matthew@mysociety.org>2014-03-11 17:34:38 +0000
commit4df8d9979a4325bf2b47f401b4095654dd43d3a9 (patch)
tree64984c71916683830a1b1eef4deee8a04307cd80 /perllib/FixMyStreet/DB/Result/Body.pm
parenteee9a69a1959f060fdbe7d346d594a76a3b39909 (diff)
parentde47a7fad977156c67748deed6b3f154fc849035 (diff)
Merge remote branch 'origin/sweden-rebase'
Conflicts: bin/update-schema locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po perllib/FixMyStreet/DB/Result/Body.pm
Diffstat (limited to 'perllib/FixMyStreet/DB/Result/Body.pm')
-rw-r--r--perllib/FixMyStreet/DB/Result/Body.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/DB/Result/Body.pm b/perllib/FixMyStreet/DB/Result/Body.pm
index c2b0555fb..be4adeca9 100644
--- a/perllib/FixMyStreet/DB/Result/Body.pm
+++ b/perllib/FixMyStreet/DB/Result/Body.pm
@@ -42,6 +42,8 @@ __PACKAGE__->add_columns(
{ data_type => "boolean", default_value => \"false", is_nullable => 0 },
"deleted",
{ data_type => "boolean", default_value => \"false", is_nullable => 0 },
+ "external_url",
+ { data_type => "text", is_nullable => 0 },
);
__PACKAGE__->set_primary_key("id");
__PACKAGE__->has_many(