issue id configuration
Posted: 17 Oct 2007, 11:16
I created a database with 10 projects.
For the database as a whole i configure starting of bug id with 100 as below
ALTER TABLE mantis_bug_table AUTO_INCREMENT=100
But i don't know how to make it unique for each project in database,like for project 1 issue id shoul start from 10,for project 2 issue id shoul start from 1000,ie. to apply a relational ALTER command.
Is it really possible by relating the field project_id to the query above.
Or any problem since issue id is a primary key
For the database as a whole i configure starting of bug id with 100 as below
ALTER TABLE mantis_bug_table AUTO_INCREMENT=100
But i don't know how to make it unique for each project in database,like for project 1 issue id shoul start from 10,for project 2 issue id shoul start from 1000,ie. to apply a relational ALTER command.
Is it really possible by relating the field project_id to the query above.
Or any problem since issue id is a primary key