Project

General

Profile

Actions

Feature #3385

closed

ability to specify MySQL table prefix

Added by Steve Ubiera almost 17 years ago. Updated almost 17 years ago.

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.

Actions #1

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

Also available in: Atom PDF