remove downgraded columns

This commit is contained in:
Tanmay Deep Sharma
2025-07-03 17:53:41 +05:30
parent eb0064ddf4
commit c08d39d5b8
4 changed files with 17 additions and 26 deletions
-5
View File
@@ -289,15 +289,10 @@ ActiveRecord::Schema[7.1].define(version: 2025_07_02_075600) do
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.integer "status", default: 0, null: false
t.integer "document_type", default: 0, null: false
t.string "source_type", default: "url"
t.string "content_type"
t.integer "file_size"
t.index ["account_id"], name: "index_captain_documents_on_account_id"
t.index ["assistant_id", "external_link"], name: "index_captain_documents_on_assistant_id_and_external_link", unique: true
t.index ["assistant_id"], name: "index_captain_documents_on_assistant_id"
t.index ["content_type"], name: "index_captain_documents_on_content_type"
t.index ["document_type"], name: "index_captain_documents_on_document_type"
t.index ["source_type"], name: "index_captain_documents_on_source_type"
t.index ["status"], name: "index_captain_documents_on_status"
end