Explorar el Código

*** empty log message ***

Jan Janak hace 23 años
padre
commit
0494959265
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/mysql-create.sql

+ 1 - 1
scripts/mysql-create.sql

@@ -16,6 +16,6 @@ create table location (
 create table auth (
 	realm varchar(255) not null,
 	user varchar(255) not null,
-	a1 varchar(255) not null,
+	ha1 varchar(33) not null,
 	last_modified timestamp(14)
 );