-
Redmine 1.4.4에서 2.3.2로 업그레이드 및 오류 해결이전글 2013. 7. 31. 22:32
Redmine을 1.4.4에서 2.3.2로 업그레이드하였다.
방법: http://www.hind.pe.kr/1183
업그레이드를 한 후 다음과 같은 에러메시지가 떴을 경우,
ActiveRecord::SubclassNotFound (The single-table inheritance mechanism failed to locate the subclass: 'ScrumblerIssueCustomField'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite CustomField.inheritance_column to use another column for that information.):
DB에서 custome_field 테이블의 내용을 삭제하여 해결 가능.
c:\> mysql -u [ID] -p password: [비밀번호] mysql> use [Database이름]; mysql> delete from [Table이름]; mysql> exit
내용 삭제 후, restart 해주면 정상적으로 일감을 불러 올 수 있다.
'이전글' 카테고리의 다른 글
개인정보관리사 CPPG (0) 2013.08.05 정보보안기사 (0) 2013.08.05 [Eclipse] Cannot create a server using the selected type 발생할 경우 (0) 2013.07.24 ScrollTop으로 갈때 부드럽게 rolling (0) 2013.07.24 <pre class="brush: 해당 언어"> (0) 2013.07.24