mastodon-to-sqlite
mastodon-to-sqlite copied to clipboard
Support for reblogs
- [x] Datasette does not infer that
statuses.reblog_ofis a reference tostatuses.id, is this something that can be improved by changing the schema or is this a metadata kind of problem? - [x] The question of schema migration is back
- [x] Add some more tests
Aw I found a bug in my previous PR. https://github.com/myles/mastodon-to-sqlite/pull/16 should be merged before this (it will conflict).