dmpopidor / db /
@xsrust xsrust authored on 25 Oct 2016
..
migrate modifying relationship between users and organisations \n -users now belong_to organisation \n -organisations now have_many users \n -removed the depricated user_org_roles structure with migration \n -moved data out of that structure into the existing organisation_id field of users to complete relationship \n -re-evaluated functions to do with organisation_id field, as it was used as a placeholder before 9 years ago
schema.rb changed schema to be correct for point of migration of data 9 years ago
seeds.rb Fixed typos: changed all change_org_detials to change_org_details 9 years ago