Upcoming database changes RELEASE 25 January 2022

-ActiveRecord::Schema.define(version: 2022_01_05_052333) do
+ActiveRecord::Schema.define(version: 2022_01_16_193707) do

@@ -303,2 +303,4 @@ ActiveRecord::Schema.define(version: 2022_01_05_052333) do
t.string "reason"
+ t.string "exceed_period_reason"
+ t.string "exceed_period_reason_other"
t.index ["placement_id"], name: "index_breaks_on_placement_id"
@@ -667,6 +669,8 @@ ActiveRecord::Schema.define(version: 2022_01_05_052333) do
t.string "roles", default: [], array: true
- t.bigint "saved_search_id"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
- t.index ["saved_search_id"], name: "index_custom_alerts_on_saved_search_id"
+ t.string "search_title"
+ t.string "filters"
+ t.string "resource_type"
+ t.index ["resource_type"], name: "index_custom_alerts_on_resource_type"
end
@@ -735,2 +739,3 @@ ActiveRecord::Schema.define(version: 2022_01_05_052333) do
t.datetime "updated_at", null: false
+ t.string "type", default: "DocumentLibraryFile", null: false
t.index ["deleted_at"], name: "index_document_library_files_on_deleted_at"
@@ -1082,2 +1087,3 @@ ActiveRecord::Schema.define(version: 2022_01_05_052333) do
t.bigint "wage_subsidy_payment_schedule_template_instalment_id"
+ t.boolean "reconciled", default: false
t.index ["approver_id"], name: "index_expenses_on_approver_id"
@@ -3272,3 +3278,2 @@ ActiveRecord::Schema.define(version: 2022_01_05_052333) do
add_foreign_key "cortex_rails_organisations", "cortex_rails_api_configs", column: "api_config_id"
- add_foreign_key "custom_alerts", "saved_searches"
add_foreign_key "emails", "reminders"

Did you find it helpful? Yes No

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