Merge pull request #1802 from DMPRoadmap/refactor/database-cleanup
Remove redundant database tables and columns
dev
commit d92cfa375c2f81a9b95cad2fa02c5bcb53cbd9ab
2 parents b9abee9 + 8ce71fc
@Brian Riley Brian Riley authored on 14 Aug 2018
GitHub committed on 14 Aug 2018
Showing 33 changed files
View
app/controllers/registrations_controller.rb
View
app/controllers/super_admin/users_controller.rb
View
app/models/guidance.rb
View
app/models/guidance_group.rb
View
app/models/note.rb
View
app/models/org.rb
View
app/models/phase.rb
View
app/models/plan.rb
View
app/models/user.rb
View
app/views/shared/_create_account_form.html.erb
View
db/migrate/20130905073232_remove_slug_from_plans.rb 100644 → 0
View
db/migrate/20170303220255_remove_orcid_id_from_users.rb 100644 → 0
View
db/migrate/20180813114157_remove_logo_file_name_from_orgs.rb 0 → 100644
View
db/migrate/20180813114216_remove_parent_id_from_orgs.rb 0 → 100644
View
db/migrate/20180813114234_remove_wayfless_entity_from_orgs.rb 0 → 100644
View
db/migrate/20180813114348_remove_slug_from_phases.rb 0 → 100644
View
db/migrate/20180813114525_remove_slug_from_plans.rb 0 → 100644
View
db/migrate/20180813114550_drop_table_friendly_id_slugs.rb 0 → 100644
View
db/migrate/20180813114614_drop_table_file_types.rb 0 → 100644
View
db/migrate/20180813114622_drop_table_file_uploads.rb 0 → 100644
View
db/migrate/20180813114628_drop_table_splash_logs.rb 0 → 100644
View
db/migrate/20180813114649_remove_banner_text_from_orgs.rb 0 → 100644
View
db/migrate/20180813114719_remove_question_id_from_guidances.rb 0 → 100644
View
db/migrate/20180813114801_remove_orcid_id_from_users.rb 0 → 100644
View
db/migrate/20180813114813_remove_shibboleth_id_from_users.rb 0 → 100644
View
db/schema.rb
View
spec/factories/guidance_groups.rb
View
spec/factories/guidances.rb
View
spec/factories/notes.rb
View
spec/factories/orgs.rb
View
spec/factories/phases.rb
View
spec/factories/plans.rb
View
spec/factories/users.rb