update document model file

This commit is contained in:
Tanmay Deep Sharma
2025-07-02 20:02:49 +05:30
parent 8e87e16486
commit ec107a2d94
@@ -7,7 +7,6 @@
# content_type :string
# document_type :integer default(0), not null
# external_link :string not null
# faq_data :json
# file_size :integer
# name :string
# processed_at :datetime
@@ -25,7 +24,6 @@
# index_captain_documents_on_assistant_id_and_external_link (assistant_id,external_link) UNIQUE
# index_captain_documents_on_content_type (content_type)
# index_captain_documents_on_document_type (document_type)
# index_captain_documents_on_faq_data (faq_data) USING gin
# index_captain_documents_on_source_type (source_type)
# index_captain_documents_on_status (status)
#