Open toolness opened 8 years ago
As mentioned in https://github.com/GovLab/noi2/pull/271#issuecomment-180126610, SQLAlchemy has support for Postgres' JSON data type, so we might as well use that for storing the NoI1 user's raw profile data, rather than using a text column with json.dumps().
json.dumps()
I suppose there's no urgent rush to do this, as we can just bust a migration that does the conversion for us later if we want...
As mentioned in https://github.com/GovLab/noi2/pull/271#issuecomment-180126610, SQLAlchemy has support for Postgres' JSON data type, so we might as well use that for storing the NoI1 user's raw profile data, rather than using a text column with
json.dumps()
.