We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcdf664 commit 5b42537Copy full SHA for 5b42537
config/config.go
@@ -178,6 +178,7 @@ func (c *Config) Context() *Context {
178
}
179
manager = m
180
181
+ migrate.SetTable("hydra_groups_migration")
182
gm := &group.SQLManager{DB: con.GetDatabase()}
183
if err := gm.CreateSchemas(); err != nil {
184
logrus.Fatalf("Could not create group schema: %s", err)
0 commit comments