You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should be able to access the counter table with Models::CustomAutoIncrement.
And there's straight way to reset the counter for now, you can Models::CustomAutoIncrement.delete_all (which will erase all counters for all your tracked models) or find the one you need, access it directly and reset the counter.
PRs are welcome if you want to implement a reset feature =)
Awesome work. But how to reset the counter and how can i access the table in rails console ?
The text was updated successfully, but these errors were encountered: