We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ccd0b commit 048d583Copy full SHA for 048d583
go/logic/applier.go
@@ -57,15 +57,15 @@ type Applier struct {
57
singletonDB *gosql.DB
58
migrationContext *base.MigrationContext
59
finishedMigrating int64
60
- name string
+ name string
61
}
62
63
func NewApplier(migrationContext *base.MigrationContext) *Applier {
64
return &Applier{
65
connectionConfig: migrationContext.ApplierConnectionConfig,
66
migrationContext: migrationContext,
67
finishedMigrating: 0,
68
- name: "applier",
+ name: "applier",
69
70
71
0 commit comments