Skip to content

Commit

Permalink
Revert "remove field required from sample_controlled_vocabs #1648"
Browse files Browse the repository at this point in the history
This reverts commit 754854f.
  • Loading branch information
stuzart committed Nov 15, 2023
1 parent a1b6400 commit 6dcac28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.

This file was deleted.

3 changes: 2 additions & 1 deletion 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.define(version: 2023_11_15_152940) do
ActiveRecord::Schema.define(version: 2023_11_14_110917) do

create_table "activity_logs", id: :integer, force: :cascade do |t|
t.string "action"
Expand Down Expand Up @@ -1744,6 +1744,7 @@
t.string "first_letter", limit: 1
t.string "source_ontology"
t.string "ols_root_term_uri"
t.boolean "required"
t.string "short_name"
t.string "key"
t.integer "template_id"
Expand Down

0 comments on commit 6dcac28

Please sign in to comment.