보통은 식별자를 Admin모드에서 바꿀 수 없다. 하지만 누구나 실수는 하는 법. mysql 을 뒤져보니 간단하게 바꿀 수 있더라. $ dotcloud ssh redmine.db $ mysql -uroot -p<암호> mysql> use redmine; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> show tables; +-------------------------------------+ | Tables_in_redmine | +-------------------------------------+ | attachments | | auth_sources | | boards | | changes | | changesets ...
Meteor evangelist, IoT, Renoise, Lua, Javascript, Coffeescript