mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
11 lines
408 B
Plaintext
11 lines
408 B
Plaintext
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<configuration>
|
||
|
<system.data>
|
||
|
<DbProviderFactories>
|
||
|
<remove invariant="System.Data.SQLite" />
|
||
|
<add name="SQLite Data Provider" invariant="System.Data.SQLite"
|
||
|
description=".Net Framework Data Provider for SQLite"
|
||
|
type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
|
||
|
</DbProviderFactories>
|
||
|
</system.data>
|
||
|
</configuration>
|