--- alx-src/branches/alx-web-070/scripts/sql-schema/mcore-sql-schema.sh 2016/02/08 09:27:56 8516 +++ alx-src/branches/alx-web-070/scripts/sql-schema/mcore-sql-schema.sh 2016/02/08 09:40:09 8517 @@ -248,7 +248,6 @@ if [[ -n ${autoincrement} ]] then i=( $(mysqldo 'SHOW COLUMNS FROM '${MCORE_SQL_DB}.${table}' WHERE `Extra`="auto_increment"') ) - echo "DEBUG: i='${i[*]}'" current_autoincrement="${i[0]}" if [[ ${current_autoincrement} != ${column} ]] && [[ -n ${current_autoincrement} ]] then