Merge branch 'master' into hapool

This commit is contained in:
Radu Ioan Fericean
2015-08-18 20:18:01 +03:00
41 changed files with 947 additions and 509 deletions

View File

@@ -1080,7 +1080,8 @@ type AttrSetAccount struct {
Direction string
Account string
ActionPlanId string
AllowNegative bool
AllowNegative *bool
Disabled *bool
}
type AttrRemoveAccount struct {

View File

@@ -27,7 +27,7 @@ var (
)
const (
VERSION = "0.9.1~rc6"
VERSION = "0.9.1~rc7"
POSTGRES = "postgres"
MYSQL = "mysql"
MONGO = "mongo"