Add old unverified users cleanup migration #781

Merged
jimmyb merged 1 commit from codex/soft-delete-old-unverified-users into master 2026-06-28 19:55:19 -05:00
Member

Summary

  • Add a data migration to soft delete unverified users older than one year.
  • Add focused coverage to verify the migration emits the intended cleanup SQL.

Rationale

  • Keeps the already-run production cleanup represented in Laravel migration history.

Tests

  • vendor/bin/pint --dirty --format agent
  • php artisan test --compact tests/Feature/SoftDeleteOldUnverifiedUsersMigrationTest.php
Summary - Add a data migration to soft delete unverified users older than one year. - Add focused coverage to verify the migration emits the intended cleanup SQL. Rationale - Keeps the already-run production cleanup represented in Laravel migration history. Tests - vendor/bin/pint --dirty --format agent - php artisan test --compact tests/Feature/SoftDeleteOldUnverifiedUsersMigrationTest.php
Add old unverified users cleanup migration
Some checks failed
tests / ci (pull_request) Failing after 1m0s
linter / quality (pull_request) Successful in 1m48s
a2c6f26807
jimmyb self-assigned this 2026-06-28 19:52:55 -05:00
jimmyb merged commit 8fc2af10d6 into master 2026-06-28 19:55:19 -05:00
jimmyb deleted branch codex/soft-delete-old-unverified-users 2026-06-28 19:55:19 -05:00
Sign in to join this conversation.
No reviewers
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
MyVideoGameList/myvideogamelist.com!781
No description provided.