Skip to content

Instantly share code, notes, and snippets.

@avidas
Last active August 10, 2017 20:43
Show Gist options
  • Save avidas/becca8e0e17febea8dd8daff1587a555 to your computer and use it in GitHub Desktop.
Save avidas/becca8e0e17febea8dd8daff1587a555 to your computer and use it in GitHub Desktop.
Reveng-137 - Change short codes for buildings
# JIRA: REVENG-137
begin
Rails.logger.info "JIRA REVENG-137 starting to update location codes"
Location.find_by_code('MXC08').update!(code: 'MXC01') # Insurgentes 601
Location.find_by_code('RJ04').update!(code: 'RJ03') # Piraja
Rails.logger.info "JIRA REVENG-137 done"
end
@novasponge
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment