Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Workflows.png | 2012-11-07 | 110.5 kB | |
Totals: 1 Item | 110.5 kB | 0 |
e-Science Central Version 3.0.1 Release Notes * Added GMail user/password to organisation so will require running the following migration SQL to add them to the DB. UPDATE objectsflat SET gmailuser = 'USER', gmailpassword = 'PASSWORD' WHERE objecttype = 'ORGANISATION'; * Changed the Hibernate sequence generator so that by default the ids generated are shorter. They will start at 10 on a new installation rather than be the UUID which was used previously. Backwards compatibility has been maintained for existing databases. However, previous databases will need a sequence 'esc_sequence' adding which can be done using the script in docs/buildAndInstall/SQL/migrations/r200.sql