2.0
This release includes some backwards-incompatible schema changes:
- The
milestone
andassignee
columns on theissues
table are now integers that are foreign keys to themilestones
andusers
tables - previously they could betext
columns instead. #30 milestones
now has an integer foreign key in thecreator
column, and a newrepo
column that is an integer foreign key to therepos
table. #29- The
repo
column in theissues
table is now an integer foreign key torepos
. Previously it was a string of the formatdogsheep/github-to-sqlite
. #31