OFMetadataToStash
OFMetadataToStash copied to clipboard
Improve SQLite Queries
- Include stories in the metadata query and remove size = null from the list (reduces useless queries).
- Consolidate SQL queries for video and image (each one was repeated 4 times) and move the boilerplate GQL-wrapper into a function.
- Fix the history update sqlite query, which referenced the field instead of the table (causing an sql-error)