Merge pull request #43 from pvh/master

Heroku deploy button
This commit is contained in:
Dan Sosedoff
2014-11-05 17:56:04 -06:00
145 changed files with 38527 additions and 5 deletions

View File

@@ -86,14 +86,11 @@ func initClient() {
}
fmt.Println("Checking tables...")
tables, err := client.Tables()
_, err = client.Tables()
if err != nil {
exitWithMessage(err.Error())
}
if len(tables) == 0 {
exitWithMessage("Database does not have any tables")
}
dbClient = client
}