mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Added logging (Still WIP)
This commit is contained in:
parent
d0469ecf84
commit
46dc9d95f1
10 changed files with 2651 additions and 2 deletions
|
@ -33,11 +33,12 @@ namespace PlexRequests.Core
|
|||
public class Setup
|
||||
{
|
||||
|
||||
public void SetupDb()
|
||||
public string SetupDb()
|
||||
{
|
||||
var db = new DbConfiguration(new SqliteFactory());
|
||||
db.CheckDb();
|
||||
TableCreation.CreateTables(db.DbConnection());
|
||||
return db.DbConnection().ConnectionString;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue