Searched refs:update_columns (Results 1 - 6 of 6) sorted by relevance
/ontohub/db/migrate/ |
H A D | 20160310132618_enter_name_for_mappings.rb | 7 update_columns(mapping, name: "mapping-#{linkid}") 9 update_columns(mapping, name: "mapping-#{mapping.id}")
|
H A D | 20160110133823_change_proof_status_from_loc_id_to_slug_routing.rb | 8 update_columns(proof_status, slug: attrs[:identifier]) 21 update_columns(proof_status, locid: locid)
|
H A D | 20160310132619_create_missing_locids.rb | 10 update_columns(sentence, locid: sentence_locid) 19 update_columns(symbol, locid: symbol_locid)
|
H A D | 20160614065105_add_association_from_commit_to_user.rb | 70 update_columns(commit, 82 update_columns(commit, **data(author_info, committer_info)) 101 update_columns(ontology_version, user_id: attrs[:pusher_id]) 107 update_columns(commit,
|
/ontohub/db/data/ |
H A D | 20160614065104_create_missing_commits.rb | 29 update_columns(commit,
|
/ontohub/lib/ |
H A D | migration_with_data.rb | 30 # update_columns skips callbacks and validations. 31 def update_columns(record, **attributes) method in class:MigrationWithData
|
Completed in 9 milliseconds