Bug Fixes and PostgreSQL Support
Please follow the generic update instructions here.
Schema Update Required
You will need to execute the following ViMbAdmin command:
./bin/doctrine2-cli.php orm:schema-tool:update --force
The above command will execute the following SQL statements:
DROP INDEX ix_aliaspreference_1 ON domain_pref;
CREATE INDEX IX_DomainPreference_1 ON domain_pref (Domain_id, attribute, ix);
Changes
- [BF] Fix #58 - Quickbutton to activate/deactivate a domain not working (823b087 - Barry O'Donovan - 2014-02-17)
- [IM] Improve version check for admins (03776e9 - Barry O'Donovan - 2014-02-17)
- [BF] Fix #60 - issues with PostgreSQL (2) (6520d1a - Barry O'Donovan - 2014-02-17)
- [BF] Fix #60 - issues with PostgreSQL (5789a58 - Barry O'Donovan - 2014-02-17)
- [BF] Fix #59 regarding duplicate index names causing issues for PostgreSQL (4759628 - Barry O'Donovan - 2014-02-17)