Closed gaitonde closed 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.
Done
The
createdBy
andupdatedBy
columns on thediscussions
andmessages
table have a data type ofcharacter varying(128)
. They should bebigint
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.