From df663104b0bc8430ad2a16d4df156f6a773a49d6 Mon Sep 17 00:00:00 2001 From: alx652 <58182629+alx652@users.noreply.github.com> Date: Fri, 15 Nov 2024 22:46:02 -0500 Subject: [PATCH] Create ReadMe.txt --- impurities/database/MariaDB/ReadMe.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 impurities/database/MariaDB/ReadMe.txt diff --git a/impurities/database/MariaDB/ReadMe.txt b/impurities/database/MariaDB/ReadMe.txt new file mode 100644 index 0000000..7c0f0e7 --- /dev/null +++ b/impurities/database/MariaDB/ReadMe.txt @@ -0,0 +1,6 @@ +Note: we have included a script only for MariaDB because the other database systems +we have tested work fine with Hibernate to generate a database schema. + +With MariaDB, the Hibernate-generated SQL causes errors so we include a script that +yields a useable database. +Note: this may also be the case with MySQL.