feeds.fun
feeds.fun copied to clipboard
Move the `body` field from `l_entries` to a separate table and make it unique
It may reduce the size of the table by removing duplicates.
- According to gh-172
- Before implementation, repeat analysis from gh-172