Skip to content

Commit

Permalink
Salesforce - doi_estimate_year_one field. (Rubocop.)
Browse files Browse the repository at this point in the history
  • Loading branch information
svogt0511 committed Mar 7, 2022
1 parent dd97f13 commit a00e615
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions db/migrate/20220217020855_add_doi_estimate_to_allocator.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

class AddDoiEstimateToAllocator < ActiveRecord::Migration[5.2]
def change
add_column :allocator, :doi_estimate, :integer, default: 0, null: false
Expand Down
5 changes: 3 additions & 2 deletions db/schema.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# frozen_string_literal: true

#
# This file is auto-generated from the current state of the database. Instead
# of editing this file, please use the migrations feature of Active Record to
# incrementally modify your database, and then regenerate this schema definition.
Expand All @@ -11,7 +14,6 @@
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 2022_02_17_020855) do

create_table "active_storage_attachments", options: "ENGINE=InnoDB DEFAULT CHARSET=latin1", force: :cascade do |t|
t.string "name", limit: 191, null: false
t.string "record_type", null: false
Expand Down Expand Up @@ -299,5 +301,4 @@
t.index ["provider_id"], name: "FKE7FBD67446EBD781"
t.index ["uid"], name: "index_provider_prefixes_on_uid", length: 128
end

end

0 comments on commit a00e615

Please sign in to comment.