janko / rodauth-rails

Rails integration for Rodauth authentication framework
https://github.com/jeremyevans/rodauth
MIT License
565 stars 40 forks source link

remove redudant index name: audit_at_idx #307

Closed thedumbtechguy closed 2 weeks ago

thedumbtechguy commented 3 weeks ago

This PR resolves https://github.com/janko/rodauth-rails/issues/305

The hardcoded id name is causing conflicts when used with multiple accounts. Since rodauth does not rely on this index name, we are removing it completely and relying the default generated by rails.

Migrated table sample

image