aboutsummaryrefslogtreecommitdiffstats
path: root/bin/zurich/convert_internal_notes_to_comments
Commit message (Collapse)AuthorAgeLines
* Reduce use of FixMyStreet::App.Matthew Somerville2015-12-02-5/+3
| | | | Command line scripts don't need a full blown app, just database.
* [Zurich] Don't migrate problem_state when converting internal notesChris Mytton2013-10-22-1/+0
| | | | | | | | This caused issues with the comment.problem_state column constraints when running on the vhost as some problems were marked as hidden (under normal circumstances you can't add a comment to a hidden problem). Because this column is nullable we simply don't add it to avoid this issue.
* [Zurich] add migration script to convert internal_notes in extra field into ↵Edmund von der Burg2013-09-10-0/+74
comments