Skip to content

Commit

Permalink
Revert "Add support for tinyint in migrate tool. (#4842)"
Browse files Browse the repository at this point in the history
This reverts commit 79c68dc.

This was mistakenly cherry-picked to release/v1.2.2 instead of
release/v1.2.
  • Loading branch information
danielmai committed Apr 22, 2020
1 parent bbbd3f7 commit 843816d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dgraph/cmd/migrate/datatype.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ func initDataTypes() {

sqlTypeToInternal = make(map[string]dataType)
sqlTypeToInternal["int"] = intType
sqlTypeToInternal["tinyint"] = intType
sqlTypeToInternal["varchar"] = stringType
sqlTypeToInternal["text"] = stringType
sqlTypeToInternal["date"] = datetimeType
Expand Down

0 comments on commit 843816d

Please sign in to comment.