Created
July 24, 2013 16:03
-
-
Save alepez/6071961 to your computer and use it in GitHub Desktop.
Redmine: change project identifier with sql query.
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
UPDATE projects SET identifier = 'new_identifier' WHERE identifier = 'current_identifier'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment