Files
ImageApi/migrations/2025-12-31-000000_add_ai_insights/down.sql
Cameron 1171f19845 Create Insight Generation Feature
Added integration with Messages API and Ollama
2026-01-03 10:30:37 -05:00

4 lines
113 B
SQL

-- Rollback AI insights table
DROP INDEX IF EXISTS idx_photo_insights_path;
DROP TABLE IF EXISTS photo_insights;