mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-11670: Add autoincrement boolean property to columns
Columns now have a property to describe whether it has been defined as an auto-increment column, e.g. AUTO_INCREMENT for MySQL. The property is persisted in XML reference files, loaded from XML reference files and compared between schemas. The MySQL reference file has been updated to include autoincrement values. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32711 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -44,6 +44,7 @@ import org.springframework.transaction.PlatformTransactionManager;
|
||||
* it will run MySQL specific tests. If there is no test available for the configured DBMS then
|
||||
* the test will pass - this allows addition of new DBMS-specific tests when available.
|
||||
*
|
||||
* @see AbstractExportTester
|
||||
* @author Matt Ward
|
||||
*/
|
||||
public class ExportDbTest
|
||||
|
Reference in New Issue
Block a user