From bce31f9cfc20e418e26b5614514c3ac65bb50301 Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 12 Mar 2018 02:15:35 +0100 Subject: [PATCH] Link to MariaDB schema separately from MySQL in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a505a3a..648e416 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Completely framework-agnostic and database-agnostic. 1. Set up a database and create the required tables: + * [MariaDB](Database/MySQL.sql) * [MySQL](Database/MySQL.sql) * [PostgreSQL](Database/PostgreSQL.sql) * [SQLite](Database/SQLite.sql)