diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 3ae1abe2..16a9dc3f 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -57,11 +57,10 @@ def study_link(label, url) end def format_types - ['Archive or collection of studies', + ['Single study', 'Data archive or collection', 'Macrodata source', 'Series - completed', - 'Series - ongoing', - 'Single study'] + 'Series - ongoing'] end end diff --git a/db/schema.rb b/db/schema.rb index 07bb56ca..bb6166db 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema[7.0].define(version: 2022_04_15_210121) do +ActiveRecord::Schema[7.1].define(version: 2022_04_15_210121) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql"