Last active
August 10, 2017 20:43
-
-
Save avidas/becca8e0e17febea8dd8daff1587a555 to your computer and use it in GitHub Desktop.
Reveng-137 - Change short codes for buildings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👍