Skip to content

Commit

Permalink
Remove database specific JSON types
Browse files Browse the repository at this point in the history
We already have database agnostic `Type::Json` since #29220.
  • Loading branch information
kamipo committed Jul 4, 2017
1 parent 4b29d9f commit 2568414
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
Expand Up @@ -854,9 +854,6 @@ def binary_to_sql(limit) # :nodoc:
end
end

class MysqlJson < Type::Json # :nodoc:
end

class MysqlString < Type::String # :nodoc:
def serialize(value)
case value
Expand Down
Expand Up @@ -8,7 +8,6 @@
require_relative "oid/enum"
require_relative "oid/hstore"
require_relative "oid/inet"
require_relative "oid/json"
require_relative "oid/jsonb"
require_relative "oid/money"
require_relative "oid/oid"
Expand Down

This file was deleted.

0 comments on commit 2568414

Please sign in to comment.