Skip to content

Commit

Permalink
run migration
Browse files Browse the repository at this point in the history
  • Loading branch information
kaysiz committed Feb 9, 2024
1 parent aa5ba13 commit 441d8bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 2024_02_09_113122) do

ActiveRecord::Schema.define(version: 2024_02_09_120111) do
create_table "active_storage_attachments", charset: "utf8mb4", force: :cascade do |t|
t.string "name", limit: 191, null: false
t.string "record_type", null: false
Expand Down Expand Up @@ -84,7 +83,9 @@
t.bigint "logo_file_size"
t.datetime "logo_updated_at"
t.integer "doi_estimate", default: 0, null: false
t.index ["deleted_at"], name: "index_allocator_deleted_at"
t.index ["organization_type"], name: "index_allocator_organization_type"
t.index ["role_name"], name: "index_allocator_role_name"
t.index ["symbol"], name: "symbol", unique: true
end

Expand Down

0 comments on commit 441d8bd

Please sign in to comment.