History for dmpopidor / db / migrate / 20161205095625_replacing_plan_roles_with_bitflags.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
re-aranged migraitons so that bit_flags for roles happens before foreign keys
xsrust committed on 11 Jan 2017