No, the only new APIs added that may be helpful in a migration solution are the GetTableColumns APIs which return schema information about a table or query which you could use to query the RDBMS state & compare it to its POCO definition.
The Modify Schema APIs show which APIs are available whilst this existing thread contains db migration solutions others are using.