Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevmoney committed Feb 28, 2022
1 parent 681bafc commit 31fd4b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dialect/sql/schema/atlas.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ func filterChanges(skip ChangeKind) DiffHook {
case *schema.AddTable:
k = AddTable
case *schema.ModifyTable:
// todo: ask Ariel
k = ModifyTable
if !skip.Is(k) {
c.Changes = f(c.Changes)
Expand Down

0 comments on commit 31fd4b7

Please sign in to comment.