History for dmpopidor / db / migrate / 20161206122926_add_foreign_keys.rb
2017-02-09
@xsrust
updated migrations to comply with validations, added guidance-guidance_groups many to many relationship back in for migration
xsrust committed on 9 Feb 2017
2017-01-30
@briley
Moved orcid_id from users table to user_identifiers. Added option_based flag to question_formats. switched Object.const_defined to table_exists checks in db migrations because rails loads references to classes on demand so the objects are likely not defined when the migrations run. safer to check for the underlying table's existence
briley committed on 30 Jan 2017
2017-01-27
@Brian Riley
Added checks to migration files that manipulate data to make sure that the model they are attempting to access is defined in the current codebase
Brian Riley committed on 27 Jan 2017
2017-01-11
@xsrust
updated foreign keys null refreence ripper to remove things from a join table
xsrust committed on 11 Jan 2017
@xsrust
added role scrubbing to foreign keys migration
xsrust committed on 11 Jan 2017
2016-12-08
@xsrust
added migration to add foreign keys. Also needed to remove the temporary models, and update existing models to reflect the new relationships
xsrust committed on 8 Dec 2016