##// END OF EJS Templates
Fixed: 10342 Creation of Schema in Oracle...
Fixed: 10342 Creation of Schema in Oracle Comment is a reserved keyword for Oracle. The five 'Comment' columns are renamed to 'Commments'. Migration scripts were modified to let oracle users create the database. For the others, migration 41 will rename the columns (only if columns have the 'old' name). Fixed also a few oracle specific issues. Note: currently (in Rails 1.2.3), there's bug in Rails oracle adapter. See: http://dev.rubyonrails.org/ticket/7344 Attached patch is required for redMine to work properly. git-svn-id: http://redmine.rubyforge.org/svn/trunk@479 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r65:96f83cc8f0f0
r476:52547466f0f1
Show More
custom_fields.yml
45 lines | 906 B | text/x-yaml | YamlLexer
---
custom_fields_001:
name: Database
min_length: 0
regexp: ""
is_for_all: false
type: IssueCustomField
max_length: 0
possible_values: MySQL|PostgreSQL|Oracle
id: 1
is_required: false
field_format: list
custom_fields_002:
name: Build
min_length: 1
regexp: ""
is_for_all: true
type: IssueCustomField
max_length: 10
possible_values: ""
id: 2
is_required: false
field_format: string
custom_fields_003:
name: Development status
min_length: 0
regexp: ""
is_for_all: false
type: ProjectCustomField
max_length: 0
possible_values: Stable|Beta|Alpha|Planning
id: 3
is_required: true
field_format: list
custom_fields_004:
name: Phone number
min_length: 0
regexp: ""
is_for_all: false
type: UserCustomField
max_length: 0
possible_values: ""
id: 4
is_required: false
field_format: string