Skip to content

Commit

Permalink
groups: fix issue with sql migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeneas Rekkas (arekkas) committed Dec 30, 2016
1 parent fcdf664 commit 5b42537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ func (c *Config) Context() *Context {
}
manager = m

migrate.SetTable("hydra_groups_migration")
gm := &group.SQLManager{DB: con.GetDatabase()}
if err := gm.CreateSchemas(); err != nil {
logrus.Fatalf("Could not create group schema: %s", err)
Expand Down

0 comments on commit 5b42537

Please sign in to comment.