Remove AI summaries and semantic searches
We were not using either. We can restore if we revisit.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user