Skip to content
Snippets Groups Projects
Unverified Commit 39125d4c authored by Cam Saül's avatar Cam Saül
Browse files

Names aren't a type of Address :sweat:

parent 2d57e9bd
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ window.MetabaseBootstrap = {
"type/Integer": ["type/Number"],
"type/Latitude": ["type/Coordinate"],
"type/Longitude": ["type/Coordinate"],
"type/Name": ["type/Category", "type/Address", "type/Text"],
"type/Name": ["type/Category", "type/Text"],
"type/Number": ["type/*"],
"type/PK": ["type/Special"],
"type/SerializedJSON": ["type/Text", "type/Collection"],
......
......@@ -71,7 +71,6 @@
(derive :type/City :type/Address)
(derive :type/State :type/Address)
(derive :type/Country :type/Address)
(derive :type/Name :type/Address)
(derive :type/ZipCode :type/Address)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment