Skip to content
This repository has been archived by the owner on Jan 26, 2018. It is now read-only.

Commit

Permalink
Merge pull request #44 from marcinwyszynski/patch-1
Browse files Browse the repository at this point in the history
Remove postgres as a suggested backend [ci skip]
  • Loading branch information
bradrydzewski authored Aug 27, 2016
2 parents affbaa8 + 8964104 commit ca1613a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions store/datastore/datastore.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,5 @@ func setupMeddler(driver string) {
meddler.Default = meddler.SQLite
case "mysql":
meddler.Default = meddler.MySQL
case "postgres":
meddler.Default = meddler.PostgreSQL
}
}

0 comments on commit ca1613a

Please sign in to comment.