Skip to content

Commit

Permalink
add color_hex_rgb domain to ermrest_model.builtin_types
Browse files Browse the repository at this point in the history
This is available in latest ermrest/master.
  • Loading branch information
karlcz committed Oct 1, 2020
1 parent f9a892f commit 585288b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deriva/core/ermrest_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -1874,6 +1874,7 @@ def prejson(self, prune=True):
'markdown': 'text',
'ermrest_curie': 'text',
'ermrest_uri': 'text',
'color_rgb_hex': 'text',
}.items()
}
)
Expand Down

0 comments on commit 585288b

Please sign in to comment.