I had to do the following to be able to add projects to mantis-1.1.0.

        mysql> alter table mantis_project_table add file_path VARCHAR(128)  
after view_state;
Query OK, 1 row affected (3.22 sec)
Records: 1  Duplicates: 0  Warnings: 0

mysql> alter table mantis_project_category_table add user_id  
VARCHAR(16);
Query OK, 0 rows affected (0.47 sec)
Records: 0  Duplicates: 0  Warnings: 0

mysql> alter table mantis_project_version_table add date_order INT;
Query OK, 0 rows affected (1.09 sec)
Records: 0  Duplicates: 0  Warnings: 0

mysql> alter table mantis_project_version_table add id INT;
Query OK, 0 rows affected (0.90 sec)
Records: 0  Duplicates: 0  Warnings: 0

mysql> alter table mantis_project_version_table add description  
VARCHAR(128);
Query OK, 0 rows affected (1.32 sec)
Records: 0  Duplicates: 0  Warnings: 0

mysql> alter table mantis_project_version_table add released DATE;
Query OK, 0 rows affected (2.49 sec)
Records: 0  Duplicates: 0  Warnings: 0


NOT sure why I had to do this, but with these changes it worked, but I  
don't see @development@ in the status I see @@.  The tables
show that this is an enum, but doesn't set it somehow.

Also the version doesn't work, and show up although I can add versions.

Do I need to destroy the database and recreate it somehow?



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
mantisbt-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mantisbt-help

Reply via email to