Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed May 2, 2024
1 parent ea31911 commit 2efc389
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/typing/columns/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package columns
import (
"fmt"

"github.com/artie-labs/transfer/lib/config/constants"
"github.com/artie-labs/transfer/lib/sql"

"github.com/artie-labs/transfer/lib/typing/ext"
Expand All @@ -13,11 +12,6 @@ import (
"github.com/artie-labs/transfer/lib/typing/decimal"
)

type DefaultValueArgs struct {
Escape bool
DestKind constants.DestinationKind
}

func (c *Column) RawDefaultValue() any {
return c.defaultValue
}
Expand Down

0 comments on commit 2efc389

Please sign in to comment.