Actions
Defect #1520
closedCan not "create_sessions_table"
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-06-24
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
The file "config/environment.rb" says to use "rake create_sessions_table" to create tables, but this doesn't work :
# rake create_sessions_table (in /usr/olocal/www-rw/novaris/redmine) rake aborted! Don't know how to build task 'create_sessions_table' (See full trace by running task with --trace)
interestingly, the file "config/environment.rb" is the only with create_sessions_table in the whole source tree
Updated by Eric Davis over 16 years ago
You are looking for:
rake db:sessions:create # Creates a sessions migration for use with CGI::Session::ActiveRecordStore
Updated by Jean-Philippe Lang over 16 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Task name updated in r1593.
Actions