Skip to content

LG-12788: Migration#10425

Merged
mdiarra3 merged 8 commits intomainfrom
LG-12788-migration
Apr 17, 2024
Merged

LG-12788: Migration#10425
mdiarra3 merged 8 commits intomainfrom
LG-12788-migration

Conversation

@mdiarra3
Copy link
Contributor

🎫 Ticket

Link to the relevant ticket:
LG-12788

Migration for #10392

@mdiarra3 mdiarra3 changed the title LG-12788:migration LG-12788: Migration Apr 12, 2024
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there's changes we're missing in this file that need to be committed still, specifically the version specifier in the define call on line 13.

Applying the migration locally caused the following diff for me:

diff --git a/db/schema.rb b/db/schema.rb
index 0a2ff1e324..240bbd41a1 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -10,7 +10,7 @@
 #
 # It's strongly recommended that you check this file into your version control system.
 
-ActiveRecord::Schema[7.1].define(version: 2024_04_11_163520) do
+ActiveRecord::Schema[7.1].define(version: 2024_04_15_125124) do
   # These are extensions that must be enabled in order to support this database
   enable_extension "citext"
   enable_extension "pg_stat_statements"
@@ -612,8 +611,8 @@ ActiveRecord::Schema[7.1].define(version: 2024_04_11_163520) do
     t.string "encrypted_recovery_code_digest_multi_region"
     t.datetime "second_mfa_reminder_dismissed_at"
     t.datetime "piv_cac_recommended_dismissed_at"
-    t.datetime "password_compromised_checked_at"
     t.datetime "sign_in_new_device_at"
+    t.datetime "password_compromised_checked_at"
     t.index ["reset_password_token"], name: "index_users_on_reset_password_token", unique: true
     t.index ["sign_in_new_device_at"], name: "index_users_on_sign_in_new_device_at"
     t.index ["uuid"], name: "index_users_on_uuid", unique: true

@mdiarra3 mdiarra3 merged commit bfe1ac4 into main Apr 17, 2024
@mdiarra3 mdiarra3 deleted the LG-12788-migration branch April 17, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants