Added updated to feed
1 files changed, 1 insertions(+), 0 deletions(-) M schema.bare
M schema.bare => schema.bare +1 -0
@@ 13,6 13,7 @@ type Feed { title: string description: string link: string + updated: optional<Timestamp> items: []Item }