Merge remote-tracking branch 'origin/QA_4_5' into QA_4_5
This commit is contained in:
commit
9fb53ed6cd
@ -1730,7 +1730,8 @@ class ExportSql extends ExportPlugin
|
||||
// Removing the `AUTO_INCREMENT` attribute from the `CREATE TABLE`
|
||||
// too.
|
||||
if (!empty($statement->entityOptions)
|
||||
&& empty($GLOBALS['sql_if_not_exists'])
|
||||
&& (empty($GLOBALS['sql_if_not_exists'])
|
||||
|| empty($GLOBALS['sql_auto_increment']))
|
||||
) {
|
||||
$statement->entityOptions->remove('AUTO_INCREMENT');
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user