home / content / releases

releases: 25745723

This data as json

html_url id author node_id tag_name target_commitish name draft prerelease created_at published_at body repo reactions mentions_count
https://github.com/dogsheep/github-to-sqlite/releases/tag/2.0 25745723 9599 MDc6UmVsZWFzZTI1NzQ1NzIz 2.0 master 2.0 0 0 2020-04-22T01:20:52Z 2020-04-22T01:24:37Z This release includes some backwards-incompatible schema changes: * The `milestone` and `assignee` columns on the `issues` table are now integers that are foreign keys to the `milestones` and `users` tables - previously they could be `text` columns instead. #30 * `milestones` now has an integer foreign key in the `creator` column, and a new `repo` column that is an integer foreign key to the `repos` table. #29 * The `repo` column in the `issues` table is now an integer foreign key to `repos`. Previously it was a string of the format `dogsheep/github-to-sqlite`. #31 207052882    

Links from other tables

  • 0 rows from release in assets
Powered by Datasette · Queries took 1.884ms