deckhand/deckhand/engine/schema
Mark Burnett 69db7f81fa Test: add unusual documents to functional testing
Unusual documents are documents with different data
types for the data field. The data types include:
object, array, string and integer.

This PS makes necessary ORM model and schema
changes needed to support the different data types.

The ORM data type for the data column has been changed
to JSONB for PostgreSQL. Thus, DH now only supports
PostgreSQL. As a result, the tox jobs have been updated
to only use postgre.

Change-Id: I53694d56bef71adacb5eb79162678be73acb4ad8
2018-01-10 23:33:01 -04:00
..
v1_0 Test: add unusual documents to functional testing 2018-01-10 23:33:01 -04:00
__init__.py Add jsonschema validation to Deckhand 2017-07-10 21:34:35 +01:00
base_schema.py Test: add unusual documents to functional testing 2018-01-10 23:33:01 -04:00