Remove redundant database tables and columns
Remove redundant columns and tables listed in #1382

Update models and factories with new schema structure comments.
dev
1 parent 1b1dfda commit 4bbbe23ef91544365ee03b107b25015b2fbed9e7
@Bodacious Bodacious authored on 13 Aug 2018
Showing 30 changed files
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
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