-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update date when cancelling a transaction #46
Comments
Why is there three timestamp columns in transactions ? |
I suggest that we use updated_at to sort and display on the account page |
There's only date: https://github.com/bobar/tdfb/blob/master/db/schema.rb#L67 |
I was looking at the wrong database... |
We still have an issue of retro-compatibility. |
What about we decide that the current date is the updated_at and we create a new column created_at ? On the old TDB we cannot cancel transactions so no problem On the new we can put an alias date -> updated_at Would it work ? |
Just to have it at the top of the history, and leave the original date in the comment.
Name: Manou
Email: [email protected]
The text was updated successfully, but these errors were encountered: