Przeglądaj źródła

*** empty log message ***

Jan Janak 23 lat temu
rodzic
commit
0494959265
1 zmienionych plików z 1 dodań i 1 usunięć
  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)
 );