mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
use "published" instead of "updated" (#1486)
This commit is contained in:
@@ -37,9 +37,17 @@ public class FeedEntry extends AbstractModel {
|
||||
@Column(length = 2048)
|
||||
private String url;
|
||||
|
||||
/**
|
||||
* the moment the entry was inserted in the database
|
||||
*/
|
||||
@Column
|
||||
private Instant inserted;
|
||||
|
||||
/**
|
||||
* the moment the entry was published in the feed
|
||||
*
|
||||
* TODO rename the field to published
|
||||
*/
|
||||
@Column
|
||||
private Instant updated;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user