-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use timestamp when issue/comment is created #93
Comments
related to #91 |
We can add the
Howerver we need to do the same for each comments of the issue. So we will need to break down the changeset to create a comment changeset which we will update the |
An easier solution was to update the changeset to accept
We can see that neither of the two timestamps are passed to tested with
|
#65 (Save all issues/comments on install) let postgres save automatically the
created_at
timestamp value. Instead we want this value to be the one when the issue/comment was created to be make sure the history display the content in the correct orderWe might need to update the changeset of the issue and comment schema to allow a
created_at
params to be passed on insert. I also need to test if the genereated timestamp by postgres can be overwrittenThe text was updated successfully, but these errors were encountered: