We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ef785 commit fe9b857Copy full SHA for fe9b857
src/Migrator.Tests/appsettings.json
@@ -0,0 +1,9 @@
1
+{
2
+ "DatabaseConnectionConfigs":
3
+ [
4
+ {
5
+ "Id": "SQLiteConnectionString",
6
+ "ConnectionString": "Data Source=:memory:;version=3"
7
+ }
8
+ ]
9
+}
0 commit comments