Closed Pdzly closed 6 months ago
I'm not sure how I ended up closing this. I must have done it from CLI by mistake.
@Pdzly I've thought more about this issue. I think we should remove the db triggers and let springboot manage updatedAt for the entities. Rather than removing the annotation I believe we should make the field mutable and allow springboot to handle it. I'd consider updating the annotations for update and create to be driven by the database timestamp like so:
@UpdateTimestamp(source = SourceType.DB)
& @CreationTimestamp(source = SourceType.DB)
Renamed branch to issue/373-slur-filter
See new PR: https://github.com/sublinks/sublinks-api/pull/389
closes #373 ( wrongly named branch, please ignore the number)