Skip to content

Commit 78fe588

Browse files
committed
Removed NewAddColumnMigration via 3473
1 parent 79d0f47 commit 78fe588

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/services/sqlstore/migrator/migrations.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ type AddColumnMigration struct {
6464
column *Column
6565
}
6666

67-
func NewAddColumnMigration(table Table, col *Column) *AddColumnMigration {
68-
return &AddColumnMigration{tableName: table.Name, column: col}
69-
}
70-
7167
func (m *AddColumnMigration) Table(tableName string) *AddColumnMigration {
7268
m.tableName = tableName
7369
return m

0 commit comments

Comments
 (0)