From b9047ec8c62e39090c898d3b6c130c18f60878fd Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Mon, 18 Nov 2024 16:50:05 -0800 Subject: [PATCH] Remove SupportedDatabases property now that default is PostgreSQL-only --- module.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/module.properties b/module.properties index ddd2644..3d06d5f 100644 --- a/module.properties +++ b/module.properties @@ -1,3 +1,2 @@ ModuleClass: org.scharp.atlas.pepdb.PepDBModule -SupportedDatabases: pgsql ManageVersion: false