Upcoming database changes RELEASE 08 February 2022

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

@@ -281,3 +281,14 @@ ActiveRecord::Schema.define(version: 2022_01_16_193707) do
t.datetime "deleted_at"
+ t.bigint "jobseeker_id"
t.index ["deleted_at"], name: "index_bank_accounts_on_deleted_at"
+ t.index ["jobseeker_id"], name: "index_bank_accounts_on_jobseeker_id"
+ end
+
+ create_table "bank_transactions", force: :cascade do |t|
+ t.string "merchant"
+ t.text "description"
+ t.date "transaction_date", null: false
+ t.decimal "amount", null: false
+ t.datetime "created_at", null: false
+ t.datetime "updated_at", null: false
end
@@ -308,2 +319,3 @@ ActiveRecord::Schema.define(version: 2022_01_16_193707) do

+
create_table "break_reasons", force: :cascade do |t|
@@ -1088,2 +1100,4 @@ ActiveRecord::Schema.define(version: 2022_01_16_193707) do
t.boolean "reconciled", default: false
+ t.boolean "refunded", default: false
+ t.decimal "refunded_amount"
t.index ["approver_id"], name: "index_expenses_on_approver_id"
@@ -1510,2 +1524,3 @@ ActiveRecord::Schema.define(version: 2022_01_16_193707) do
t.bigint "period_of_service_overridden_by_id"
+ t.string "preferred_name"
t.index ["deleted_at"], name: "index_jobseekers_on_deleted_at"

Did you find it helpful? Yes No

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