Updated name of default DB for development (and static type resolution).

This commit is contained in:
Achim D. Brucker 2017-07-01 21:48:27 +01:00
parent 900812ae9f
commit ac170f39eb
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ open FSharp.Data.Sql
open System.IO
let (+/) path1 path2 = Path.Combine(path1, path2)
let [<Literal>] DevelopmentDB = "aa-ac.sqlite"
let [<Literal>] DevelopmentDB = "aa-ac.sqlite"
let [<Literal>] FullDB = "full.sqlite"
let [<Literal>] DatabaseDir = "archive/db"
// static (compile time) ResolutionPath and ConnectionString