From 6384e255b402d390c51f65a1bebf6a63c485cddd Mon Sep 17 00:00:00 2001 From: Samuele Lorefice Date: Tue, 7 Nov 2023 04:42:12 +0100 Subject: [PATCH] Updated data sources for db plugin --- .idea/.idea.IsleBot/.idea/dataSources.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.idea/.idea.IsleBot/.idea/dataSources.xml b/.idea/.idea.IsleBot/.idea/dataSources.xml index c86e388..6119a51 100644 --- a/.idea/.idea.IsleBot/.idea/dataSources.xml +++ b/.idea/.idea.IsleBot/.idea/dataSources.xml @@ -8,5 +8,12 @@ jdbc:sqlite:$PROJECT_DIR$/database.db $ProjectFileDir$ + + sqlite.xerial + true + org.sqlite.JDBC + jdbc:sqlite:$PROJECT_DIR$/bin/Debug/net7.0/database.db + $ProjectFileDir$ + \ No newline at end of file