Jelajahi Sumber

*** empty log message ***

Jan Janak 23 tahun lalu
induk
melakukan
0494959265
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)
 );