add openai pdf upload support
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class AddPdfSupportToCaptainDocuments < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
add_column :captain_documents, :content_type, :string
|
||||
add_column :captain_documents, :file_size, :bigint
|
||||
|
||||
add_index :captain_documents, :content_type
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user