ralli / bz2redmine

Bugzilla to Redmine migration script
Other
13 stars 8 forks source link

Administrator privileges aren't reserved. #10

Open joncage opened 12 years ago

joncage commented 12 years ago

When I do the migration, administrator priviliges aren't transferred over. To fix I have to manually go in and add:

use redmine; update users set admin = 1 where login = "me@mydomain.com";