Files
sure/db/migrate
Juan José Mata 445206a02f Fix NameError: rename migration file to match class name (#1234)
The migration file was named scope_plaid_account_uniqueness_to_item.rb
but the class inside was ScopePlaidItemUniqueness (renamed to avoid
secret-scanner false positive). Rails derives the expected constant from
the filename, causing a NameError in production.

Rename the file to scope_plaid_item_uniqueness.rb to match the class.

https://claude.ai/code/session_015AekNFxveK4W71nLxiqbX9

Co-authored-by: Claude <noreply@anthropic.com>
2026-03-21 00:24:01 +01:00
..
2024-02-02 09:05:04 -06:00
2024-02-02 09:05:04 -06:00