From 600206f50fff826f4effd5fb41a8c6e0528e3586 Mon Sep 17 00:00:00 2001 From: ang-st Date: Mon, 30 Mar 2015 22:10:17 +0100 Subject: [PATCH] readme --- README.markdown | 0 README.md | 2 -- createdb.sh | 7 ------- 3 files changed, 9 deletions(-) delete mode 100644 README.markdown delete mode 100644 README.md delete mode 100644 createdb.sh diff --git a/README.markdown b/README.markdown deleted file mode 100644 index e69de29..0000000 diff --git a/README.md b/README.md deleted file mode 100644 index 3280170..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -#kitteh wiki -this is thsf wiki, all datas here are public. diff --git a/createdb.sh b/createdb.sh deleted file mode 100644 index 4420f90..0000000 --- a/createdb.sh +++ /dev/null @@ -1,7 +0,0 @@ -CREATE TABLE "users" ( - "id" INTEGER PRIMARY KEY AUTOINCREMENT, - "username" TEXT, - "password" TEXT, -- sha256 hash of the plain-text password - "salt" TEXT -- salt that is appended to the password before it is hashed -) -