Skip to:
When comparing a fresh auto-ddl'd 2.8 rc01 database against an upgraded 2.7.1 database, the following column-type inconsistencies were found:
– PROFILE_KUDOS_T.DATE_ADDED2.8 auto.ddl: TIMESTAMP(6)2.7.1 converted: DATE
– PROFILE_MESSAGES_T.DATE_POSTED2.8 auto.ddl: TIMESTAMP(6)2.7.1 converted: DATE
Integrated in sakai trunk #457 (See http://builds.sakaiproject.org:8080/job/sakai%20trunk/457/) adjust column type
Integrated in profile2 trunk (build and deploy) #387 (See http://builds.sakaiproject.org:8080/job/profile2%20trunk%20(build%20and%20deploy)/387/) adjust formats to tiemstamp
trunk reference/docs/conversion, r893312.8.x reference/docs/conversion, r89332
1.4.x r89330
r89329
When comparing a fresh auto-ddl'd 2.8 rc01 database against an upgraded 2.7.1 database, the following column-type inconsistencies were found:
– PROFILE_KUDOS_T.DATE_ADDED
2.8 auto.ddl: TIMESTAMP(6)
2.7.1 converted: DATE
– PROFILE_MESSAGES_T.DATE_POSTED
2.8 auto.ddl: TIMESTAMP(6)
2.7.1 converted: DATE