Browse Source

*** empty log message ***

Jan Janak 23 years ago
parent
commit
0494959265
1 changed files with 1 additions and 1 deletions
  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)
 );