From 68185cca0ca130113935a558ea572315c3c73078 Mon Sep 17 00:00:00 2001 From: urania-dev Date: Fri, 9 Aug 2024 00:46:35 +0200 Subject: [PATCH] entrypoint --- entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index dd6b234..cfe5546 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,7 +2,6 @@ : ${DATABASE_PROVIDER:="sqlite"} - # Determine which schema to use case "$DATABASE_PROVIDER" in "mysql")