chop-dbhi / data-models-sqlalchemy

SQLAlchemy models and DDL and ERD generation from chop-dbhi/data-models style JSON endpoints.
Other
11 stars 3 forks source link

Increase size of version_history version and operation columns #42

Closed murphyke closed 8 years ago

murphyke commented 8 years ago

The main offender is the dms_version column, which currently causes errors due to its narrowness.

The others are increased on the basis that this is a small table with few rows, and databases such as PostgreSQL don't pre-allocate storage for maximum column widths, anyway.

murphyke commented 8 years ago

This PR now includes a CircleCI Python version upgrade, which fixes a problem that was preventing the tests from finishing.