Explorar o código

auth table added.

Jan Janak %!s(int64=23) %!d(string=hai) anos
pai
achega
c56ef6614c
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      scripts/mysql-create.sql

+ 7 - 0
scripts/mysql-create.sql

@@ -12,3 +12,10 @@ create table location (
     key(user,contact)
 );
 
+
+create table auth (
+	realm varchar(255) not null,
+	user varchar(255) not null,
+	a1 varchar(255) not null,
+	last_modified timestamp(14)
+);