1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-18 20:59:39 +02:00
Maybe/db
Zach Gollwitzer fe24117c50 Stronger security unique index and data migration
Note to self hosters:

If you started self hosting prior to this commit, you may have duplicate securities in your database.

This is usually not a problem, but if you'd like to clean things up, you can run the data migration
by opening a terminal on the machine you're hosting with and running:

```sh
rake data_migration:migrate_duplicate_securities
```
2025-05-22 15:15:07 -04:00
..
migrate Stronger security unique index and data migration 2025-05-22 15:15:07 -04:00
seeds Use Redis for ActiveJob and ActionCable (#2004) 2025-03-19 12:36:16 -04:00
schema.rb Stronger security unique index and data migration 2025-05-22 15:15:07 -04:00
seeds.rb Stock Exchanges with seed (#1351) 2024-10-22 14:30:57 -05:00