Defect #5066
closed
db:reset not readding default admin account
Added by Jason Trahan almost 16 years ago.
Updated about 8 years ago.
Description
When I run the command "rake db:reset" it is not readding the default admin account.
Please use db:migrate:reset instead. It creates "admin" account and built-in groups (Anonymous, Non-member).
Those objects are created during the migration process. db:reset recreates tables from db/schema.rb but doesn't run any migrations. On the other hand, db:migrate:reset runs all migrations after dropping the database.
- Status changed from New to Closed
- Resolution set to Wont fix
It is the expected behavior. Closing this issue.
Also available in: Atom
PDF