Skip to content

Commit

Permalink
Lengthen registered_elements.highwire_mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Dolski committed Apr 23, 2024
1 parent 8aa8da5 commit 10857b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class LengthenRegisteredElementsHighwireMappingColumn < ActiveRecord::Migration[7.1]
def change
change_column :registered_elements, :highwire_mapping, :string, limit: 64
end
end
4 changes: 2 additions & 2 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema[7.1].define(version: 2024_04_23_155732) do
ActiveRecord::Schema[7.1].define(version: 2024_04_23_190408) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
enable_extension "unaccent"
Expand Down Expand Up @@ -647,7 +647,7 @@
t.string "label", limit: 128, null: false
t.bigint "institution_id"
t.string "input_type", limit: 32, default: "text_field", null: false
t.string "highwire_mapping", limit: 32
t.string "highwire_mapping", limit: 64
t.bigint "vocabulary_id"
t.string "dublin_core_mapping", limit: 32
t.boolean "template", default: false, null: false
Expand Down

0 comments on commit 10857b6

Please sign in to comment.