Upcoming database changes RELEASE 13 July 2022

diff --git a/db/schema.rb b/db/schema.rbindex 7c730b056..1caa474be 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -12,3 +12,3 @@


-ActiveRecord::Schema.define(version: 2022_06_14_235034) do
+ActiveRecord::Schema.define(version: 2022_06_28_102130) do


@@ -521,2 +521,3 @@ create_table "commitment_assessments_surveys", force: :cascade do |t|
t.datetime "updated_at", null: false
+    t.string "probability", default: "", null: false
t.index ["created_by_id"], name: "index_commitment_assessments_surveys_on_created_by_id"
@@ -2968,3 +2969,5 @@ create_table "tags", id: :serial, force: :cascade do |t|
t.string "entity"
+    t.datetime "deleted_at"
t.index ["categories"], name: "index_tags_on_categories"
+    t.index ["deleted_at"], name: "index_tags_on_deleted_at"
     t.index ["entity"], name: "index_tags_on_entity"


Did you find it helpful? Yes No

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