--- alx-src/branches/alx-web-070/scripts/sql-schema/include/schema.sh 2017/04/06 12:53:35 9463 +++ alx-src/branches/alx-web-070/scripts/sql-schema/include/schema.sh 2017/04/06 12:57:07 9464 @@ -276,7 +276,7 @@ TABLE_DEFINITION=( "client_serials" - "serial int(11) NOT NULL PRIMARY KEY" + "serial int(11) NOT NULL PRIMARY KEY AUTO_INCREMENT" "location varchar(255) NOT NULL" "mtime int(11) DEFAULT NULL" "mac varchar(17) NOT NULL"