change from default pg to unknown

This commit is contained in:
Jonathan Guthrie 2016-09-24 23:49:16 -04:00
parent c466c5cd25
commit a9bb2d4e0f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public enum DataSource {
case Unknown
init() {
self = .Postgres
self = .Unknown
}
}