Upcoming database changes RELEASE 30 November 2022

-ActiveRecord::Schema.define(version: 2022_11_10_065842) do
+ActiveRecord::Schema.define(version: 2022_11_22_230809) do

@@ -2369,2 +2369,3 @@ create_table "quest_fields", id: :serial, force: :cascade do |t|
     t.datetime "deleted_at"
+    t.boolean "horizontal_radio_buttons"
     t.index ["deleted_at"], name: "index_quest_fields_on_deleted_at"
@@ -2793,2 +2794,3 @@ create_table "settings", id: :serial, force: :cascade do |t|
     t.string "pps_schedule_interval_stream_high", default: "Fortnightly"
+    t.boolean "can_email_action_plan", default: false, null: false
   end
@@ -3294,2 +3296,3 @@ create_table "users", id: :serial, force: :cascade do |t|
     t.boolean "otp_required_for_login"
+    t.integer "manageable_query_type_ids", default: [], array: true
     t.index ["active"], name: "index_users_on_active"
   end

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.