Actions
Feature #3385
closedability to specify MySQL table prefix
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Database
Target version:
-
Start date:
2009-05-18
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Description
There is currently no way to specify a custom MySQL table prefix prior to install. If there is, beats me.
Updated by Jean-Philippe Lang about 16 years ago
- Status changed from New to Closed
- Resolution set to Invalid
This is a Rails featue. Add this to your environment.rb:
config.active_record.table_name_prefix = "redmine_"
Actions