Skip to content

Instantly share code, notes, and snippets.

@alepez
Created July 24, 2013 16:03
Show Gist options
  • Save alepez/6071961 to your computer and use it in GitHub Desktop.
Save alepez/6071961 to your computer and use it in GitHub Desktop.
Redmine: change project identifier with sql query.
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