Revision: 15302
http://andromda.svn.sourceforge.net/andromda/?rev=15302&view=rev
Author: cwbrandon
Date: 2012-11-21 20:50:07 +0000 (Wed, 21 Nov 2012)
Log Message:
-----------
remove mapping that is overwriting the one before it (there is already a mapping for DateTime and it should be mapped to DATETIME not to TIMESTAMP)
Modified Paths:
--------------
trunk/andromda-etc/mappings/MySQLMappings.xml
Modified: trunk/andromda-etc/mappings/MySQLMappings.xml
===================================================================
--- trunk/andromda-etc/mappings/MySQLMappings.xml 2012-11-13 22:06:09 UTC (rev 15301)
+++ trunk/andromda-etc/mappings/MySQLMappings.xml 2012-11-21 20:50:07 UTC (rev 15302)
@@ -33,11 +33,8 @@
</mapping>
<mapping>
<from>Timestamp</from>
- <from>DateTime</from>
<from>PrimitiveTypes::Timestamp</from>
- <from>PrimitiveTypes::DateTime</from>
<from>datatype::Timestamp</from>
- <from>datatype::DateTime</from>
<to>TIMESTAMP</to>
</mapping>
<mapping>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|