Remove AI summaries and semantic searches

We were not using either. We can restore if we revisit.
This commit is contained in:
Jorge Manrubia
2025-10-29 11:55:49 +01:00
parent aa1ffb3357
commit 875a298f9a
@@ -0,0 +1,7 @@
class DropAiTables < ActiveRecord::Migration[8.2]
def change
drop_table :user_weekly_summaries
drop_table :period_summaries
drop_table :search_embeddings
end
end