Upcoming database changes RELEASE 28th August 2024

-ActiveRecord::Schema[7.0].define(version: 2024_08_06_110636) do
+ActiveRecord::Schema[7.0].define(version: 2024_08_12_014526) do
   # These are extensions that must be enabled in order to support this database
   enable_extension "citext"
   enable_extension "hstore"
@@ -1459,6 +1459,7 @@
     t.datetime "goods_received_confirmation_requested_at", precision: nil
     t.integer "finance_status_id", default: 2, null: false
     t.string "payment_id"
+    t.boolean "linked", default: false
     t.index ["approver_id"], name: "index_expenses_on_approver_id"
     t.index ["bank_transaction_id"], name: "index_expenses_on_bank_transaction_id"
     t.index ["expense_payment_type_id"], name: "index_expenses_on_expense_payment_type_id"
@@ -3300,8 +3301,10 @@
     t.datetime "created_at", precision: nil, null: false
     t.datetime "updated_at", precision: nil, null: false
     t.string "previous_system_identifier"
+    t.datetime "deleted_at"
     t.index ["company_id"], name: "index_reverse_marketing_activities_on_company_id"
     t.index ["created_by_id"], name: "index_reverse_marketing_activities_on_created_by_id"
+    t.index ["deleted_at"], name: "index_reverse_marketing_activities_on_deleted_at"
     t.index ["jobseeker_id"], name: "index_reverse_marketing_activities_on_jobseeker_id"
     t.index ["previous_system_identifier"], name: "index_rma_on_previous_system_identifier"
   end
@@ -3515,6 +3518,8 @@
     t.datetime "created_at", precision: nil, null: false
     t.datetime "updated_at", precision: nil, null: false
     t.string "reply_id"
+    t.datetime "deleted_at"
+    t.index ["deleted_at"], name: "index_short_message_replies_on_deleted_at"
     t.index ["reply_id"], name: "index_short_message_replies_on_reply_id", unique: true
     t.index ["short_message_id"], name: "index_short_message_replies_on_short_message_id"
   end
@@ -3534,7 +3539,9 @@
     t.integer "reminder_id"
     t.datetime "scheduled_at", precision: nil
     t.uuid "uuid"
+    t.datetime "deleted_at"
     t.index ["client_id"], name: "index_short_messages_on_client_id"
+    t.index ["deleted_at"], name: "index_short_messages_on_deleted_at"
     t.index ["recipient_id"], name: "index_short_messages_on_recipient_id"
     t.index ["recipient_type"], name: "index_short_messages_on_recipient_type"
     t.index ["reminder_id"], name: "index_short_messages_on_reminder_id"

Did you find it helpful? Yes No

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