From 9ba0d53e6be2a52a7ac24bfac4f3221199a3b66e Mon Sep 17 00:00:00 2001 From: Alexandre GLENAT Date: Thu, 23 Mar 2023 10:27:35 +0100 Subject: [PATCH] version a jour --- Sources/Entity_Framework/BDDContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Entity_Framework/BDDContext.cs b/Sources/Entity_Framework/BDDContext.cs index 67defe6..e4ec1c8 100644 --- a/Sources/Entity_Framework/BDDContext.cs +++ b/Sources/Entity_Framework/BDDContext.cs @@ -155,7 +155,7 @@ namespace Entity_Framework { if (!optionsBuilder.IsConfigured) { - optionsBuilder.UseSqlite($"Data Source=../Entity_Framework/jgyfjgf.db"); + optionsBuilder.UseSqlite($"Data Source=Entity_Framework/BDD.db"); // optionsBuilder.UseSqlite($"Data Source=C:\\Users\\Jolys Enzo\\home\\BUT\\Projet\\Sae4.01\\Projet\\R-Dash_APP\\Entity_Framework\\BDD.db"); //optionsBuilder.UseSqlite($"Data Source=C:\\Users\\zinn1\\Source\\Repos\\Serveur-Api2\\Sources\\Entity_Framework\\BDD.db"); }