Page 1 of 1

Changelog for schema version

Posted: 06 Jun 2013, 15:43
by kelson
Hi,

I would like to know if there is a changelog for schema version.
Especially what is the difference between version 183 and 184.

Regards,

Re: Changelog for schema version

Posted: 06 Jun 2013, 15:52
by atrol
183 is the version for any MantisBT version between 1.2.0 and 1.2.15.
187 is the current version for the non stable developer version.

Did you install a very early non stable developer version?

For changes between versions check admin/schema.php. (goto the end of the file)

Re: Changelog for schema version

Posted: 10 Jun 2013, 08:50
by kelson
Hi Atrol,

I plan to upgrade Mantisbt from version 1.2.11 to 1.2.15
But I found it strange that the version 1.2.11 had the schema version 184.
Maybe the cause is that we have used a dev version before.

Re: Changelog for schema version

Posted: 10 Jun 2013, 08:59
by atrol
kelson wrote: I plan to upgrade Mantisbt from version 1.2.11 to 1.2.15
Should be no problem as there are no database schema changes since 1.2.11.
kelson wrote: But I found it strange that the version 1.2.11 had the schema version 184.
Maybe the cause is that we have used a dev version before.
I recommend setting the value to 183 to avoid any trouble for future updates.

Re: Changelog for schema version

Posted: 10 Jun 2013, 09:34
by kelson
Ok, thanks !