Explorar el Código

*** empty log message ***

Jan Janak hace 23 años
padre
commit
d85d0d2e81
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/ser_mysql.sh

+ 1 - 1
scripts/ser_mysql.sh

@@ -278,7 +278,7 @@ CREATE TABLE pending (
   ha1b varchar(128) NOT NULL default '',
   UNIQUE KEY USER_ID (USER_ID),
   KEY USER_ID_2 (USER_ID),
-  UNIQUE KEY phplib_id (phplib_id),
+  UNIQUE KEY phplib_id (phplib_id)
 ) $TABLE_TYPE;