Difference between revisions of "Migration to mantis"

From Free Pascal wiki
Jump to navigationJump to search
Line 3: Line 3:
 
The current FPC bug db has the following fields with the given mapping:
 
The current FPC bug db has the following fields with the given mapping:
  
BugId int(11) NOT NULL auto_increment => custom field old bug id
+
BugId int(11) => custom field old bug id
  
 
Title varchar(128) default NULL => Summary
 
Title varchar(128) default NULL => Summary
  
Name varchar(80) => Additional information
+
Name varchar(80) => additional information
  
Email varchar(80) => Additional information
+
Email varchar(80) => additional information
  
AddDAte date  
+
AddDate date  
  
 
FixDate date
 
FixDate date
Line 23: Line 23:
 
Descr => description
 
Descr => description
  
Prog text, => program upload
+
Prog text => program upload
  
Status` enum('Unfixed','Fixed','Unreproducable','Not a bug') default 'Unfixed',
+
Status` enum('Unfixed','Fixed','Unreproducable','Not a bug')
  
 
BugVersion varchar(8) => Product version
 
BugVersion varchar(8) => Product version
Line 31: Line 31:
 
bugtype tinyint(4)
 
bugtype tinyint(4)
  
`comment` text,
+
`comment` text
  
 
os varchar(10)
 
os varchar(10)

Revision as of 19:51, 15 May 2006

The FPC bug repository will be migrated to mantis. This page collects the necessary steps to do so.

The current FPC bug db has the following fields with the given mapping:

BugId int(11) => custom field old bug id

Title varchar(128) default NULL => Summary

Name varchar(80) => additional information

Email varchar(80) => additional information

AddDate date

FixDate date

Fixer varchar(80) => Fixer account

FixVersion varchar(30) >= Fixed in Version

Category tinyint(4) => Category

Descr => description

Prog text => program upload

Status` enum('Unfixed','Fixed','Unreproducable','Not a bug')

BugVersion varchar(8) => Product version

bugtype tinyint(4)

`comment` text

os varchar(10)