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 79d0f47 commit 78fe588Copy full SHA for 78fe588
pkg/services/sqlstore/migrator/migrations.go
@@ -64,10 +64,6 @@ type AddColumnMigration struct {
64
column *Column
65
}
66
67
-func NewAddColumnMigration(table Table, col *Column) *AddColumnMigration {
68
- return &AddColumnMigration{tableName: table.Name, column: col}
69
-}
70
-
71
func (m *AddColumnMigration) Table(tableName string) *AddColumnMigration {
72
m.tableName = tableName
73
return m
0 commit comments