Upcoming database changes RELEASE 11 January 2023

-ActiveRecord::Schema.define(version: 2022_12_01_015853) do
+ActiveRecord::Schema.define(version: 2022_12_19_222241) do

   enable_extension "citext"
@@ -1860,15 +1860,20 @@
     t.index ["address_line_1", "address_line_2", "suburb", "postcode"], name: "locations_address_suburb_postcode"
   end

-  create_table "locked_tracking_methods", force: :cascade do |t|
+  create_table "locked_stages", force: :cascade do |t|
     t.bigint "placement_id"
     t.string "placement_outcome_description"
     t.string "stage", null: false
-    t.string "tracking_method", null: false
+    t.string "tracking_method"
     t.datetime "created_at", null: false
     t.datetime "updated_at", null: false
-    t.index ["placement_id"], name: "index_locked_tracking_methods_on_placement_id"
-    t.index ["stage"], name: "index_locked_tracking_methods_on_stage"
+    t.integer "basic_rate_lower"
+    t.integer "basic_rate_mid"
+    t.integer "basic_rate_upper"
+    t.string "basic_rate_name"
+    t.integer "basic_rate_base"
+    t.index ["placement_id"], name: "index_locked_stages_on_placement_id"
+    t.index ["stage"], name: "index_locked_stages_on_stage"
   end

   create_table "marketo_access_tokens", force: :cascade do |t|
@@ -2862,6 +2867,7 @@
     t.datetime "created_at", null: false
     t.datetime "updated_at", null: false
     t.bigint "custom_expense_type_id"
+    t.string "assistance_type_code"
     t.index ["custom_expense_type_id"], name: "index_site_floats_on_custom_expense_type_id"
     t.index ["site_id"], name: "index_site_floats_on_site_id"
     t.index ["supplier_id"], name: "index_site_floats_on_supplier_id"

Did you find it helpful? Yes No

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