Actions
Feature #3385
closedability to specify MySQL table prefix
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Database
Target version:
-
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 almost 17 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