We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8aa73 commit e2265bbCopy full SHA for e2265bb
models/db/engine.go
@@ -128,7 +128,7 @@ func syncTables() error {
128
return x.StoreEngine("InnoDB").Sync2(tables...)
129
}
130
131
-// NewInstallTestEngine creates a new xorm.Engine for testing during install
+// InitInstallTestEngineWithMigration creates a new xorm.Engine for testing during install
132
//
133
// This function will cause the basic database schema to be created
134
func InitInstallTestEngineWithMigration(ctx context.Context, migrateFunc func(*xorm.Engine) error) (err error) {
0 commit comments