From 7aaee83d4a36039f6c0b9ddefa3072eafd526eba Mon Sep 17 00:00:00 2001
From: steve-lad <72376554+steve-lad@users.noreply.github.com>
Date: Sun, 13 Jun 2021 08:27:14 +0200
Subject: [PATCH] Change DB Spec for compatibility with older MariaDB
Older versions of MariaDB, which are included in some distros, reject a VARCHAR that is a key and can be NULL longer than 190 (Director default is 255)
Change for backward compatibility
---
module.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/module.xml b/module.xml
index b1c8ed2..4571785 100644
--- a/module.xml
+++ b/module.xml
@@ -125,7 +125,7 @@
-
+