I have to apologize to all those who are installing the issue tracker for the first time but the latest install package does not create an up to date database.
To fix this manually perform the following steps on your database:
- Run this sql statement against the database to add the proper version
UPDATE HostSettings SET SettingValue = '0.7.891.0' WHERE SettingName = 'Version'
- Run the 0.7.891.0.SqlDataProvider.sql script from the install directory on your database to reflect the current changes.
All existing installations are un ...