appirio-tech / lc1-project

Core challenge engine for Serenity Project
MIT License
6 stars 8 forks source link

Incorrect data types on discussion tables #445

Closed gaitonde closed 9 years ago

gaitonde commented 9 years ago

The createdBy and updatedBy columns on the discussions and messages table have a data type of character varying(128). They should be bigint like in the challenge-service.

This is correct in the code, but not on dev/qa-lc1-discussion-service. This may be a simple matter of just pushing the latest.

indytechcook commented 9 years ago

Thanks, it's probably a DB schema update

On Tue, Dec 9, 2014 at 12:28 PM, Dayal Gaitonde notifications@github.com wrote:

Assigned #445 https://github.com/appirio-tech/lc1-project/issues/445 to @indytechcook https://github.com/indytechcook.

— Reply to this email directly or view it on GitHub https://github.com/appirio-tech/lc1-project/issues/445#event-204995595.

indytechcook commented 9 years ago

Done