From 60c312b5793c7a74750f18f93ff9461e2fc32226 Mon Sep 17 00:00:00 2001 From: Rob Fuller Date: Thu, 26 Dec 2013 13:29:04 -0500 Subject: [PATCH] put db stuff in correct directory --- tech/db/index.md | 15 +++++++++++++++ tech/{databases => db}/mssql.md | 0 2 files changed, 15 insertions(+) create mode 100644 tech/db/index.md rename tech/{databases => db}/mssql.md (100%) diff --git a/tech/db/index.md b/tech/db/index.md new file mode 100644 index 0000000..84c47b1 --- /dev/null +++ b/tech/db/index.md @@ -0,0 +1,15 @@ +# PwnWiki - Databases + +[Home](../../index.html) + +[MSSQL](mssql.md) + +[MySQL](mysql.md) + +[Postgresql](postgres.md) + +[DB2](db2.md) + +[NoSQL]() + + * [Redis](redis.md) \ No newline at end of file diff --git a/tech/databases/mssql.md b/tech/db/mssql.md similarity index 100% rename from tech/databases/mssql.md rename to tech/db/mssql.md