19c79843

By: Michael Lynch <git@mtlynch.io>

Fix --metadata flag references after SQLite migration

Remove the --metadata flag from .air.toml and flake.nix e2e config;
replace with --db pointing at metadata.db written by the import command.

Also fix SQL lint issues in the migration: rename date column to
entry_date (date is a reserved keyword), add spaces before REFERENCES
parentheses, and suppress unchecked rows.Close() errors in media.go.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>