Skip to content

Commit 5b42537

Browse files
author
Aeneas Rekkas (arekkas)
committed
groups: fix issue with sql migration
1 parent fcdf664 commit 5b42537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ func (c *Config) Context() *Context {
178178
}
179179
manager = m
180180

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

0 commit comments

Comments
 (0)