Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LG-12788: Migration #10425

Merged
merged 8 commits into from
Apr 17, 2024
Merged

LG-12788: Migration #10425

merged 8 commits into from
Apr 17, 2024

Conversation

mdiarra3
Copy link
Member

🎫 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
db/schema.rb Outdated
Copy link
Member

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
2 checks passed
@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.

None yet

2 participants