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
Is it possible with deletion strategy to reset ids sequence (Postgres) ? Cannot use truncation strategy, because it is really slow for us. (truncation - 8 sec, deletion 0.3 sec)
The text was updated successfully, but these errors were encountered:
Is it possible with
deletion
strategy to reset ids sequence (Postgres) ? Cannot use truncation strategy, because it is really slow for us. (truncation
- 8 sec,deletion
0.3 sec)The text was updated successfully, but these errors were encountered: