rcos / rcos-data

RCOS database definition and internal API.
MIT License
3 stars 1 forks source link

Add updated_at to projects and update hasura #38

Closed bepvte closed 2 years ago

bepvte commented 2 years ago

I'm adding this field to import data from Observatory without losing it and also to display when a project was last updated. I tested to make sure this does not break functionality and there are no breaking changes. When this is merged I will also create a pull request to sync the changes to Telescope.

bepvte commented 2 years ago

It looks like the changes to tables.yml were done by the hasura cli for no reason, they have no effect and just are reordering existing stuff. The renaming is just reordering similar but different named blocks of yaml. I undid it since it doesn't matter.

bepvte commented 2 years ago

I can't merge this btw, also at some point I'd like to make a Telescope release