]> git.openstreetmap.org Git - rails.git/history - db/migrate/20160822153055_create_issues_and_reports.rb
Improve model tests for issues
[rails.git] / db / migrate / 20160822153055_create_issues_and_reports.rb
2018-06-10 Tom HughesMerge branch 'master' into next
2018-06-10 Tom HughesAdd some extra indexes on issues
2018-04-11 Andy AllanMerge branch 'master' into moderation
2018-03-21 Andy AllanConvert issue status to an enum
2018-03-14 Andy AllanRemove cascading deletes, add another foreign key,...
2018-03-14 Andy AllanEnsure reports have an issue id and a user id
2018-02-28 Andy AllanMerge branch 'master' into moderation
2018-02-28 Andy AllanMerge branch 'master' into moderation
2018-02-28 Andy AllanAllow reporting of anonymous notes
2018-01-21 Andy AllanMerge branch 'master' into moderation
2017-12-13 Andy AllanStore the report category.
2017-12-06 Andy AllanRename 'issue_type' to 'assigned_role', set defaults...
2017-11-29 Andy AllanUse a simple user_id for tables with one owning user
2017-11-29 Andy AllanCombine migrations into one
2017-11-29 Andy AllanAdjust for rails5 convention on migrations.
2017-11-29 Andy AllanMerge branch 'master' into moderation
2017-09-13 Andy AllanRemove created_at / updated_at column definitions since...
2017-09-06 Andy AllanEnsure report details are not blank.
2017-08-02 Andy AllanMerge branch 'master' into moderation
2017-07-12 Andy AllanMerge branch 'master' into moderation
2016-08-22 Matt AmosMade rubocop happy by formatting and minor syntax tweaks.
2016-08-22 Matt AmosReordered migrations to make them the latest.