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
There are negative counts on the counter tables for every type. This should not be possible.
The multi-column counter table ends up with duplicated keys, meaning items aren't being properly grouped. It looks like the insert queries to seed those were never run, so I tried running them and got errors about duplicate key so I took the keys off the production database and the tables seeded correctly but with duplicates.
The text was updated successfully, but these errors were encountered:
There are negative counts on the counter tables for every type. This should not be possible.
The multi-column counter table ends up with duplicated keys, meaning items aren't being properly grouped. It looks like the insert queries to seed those were never run, so I tried running them and got errors about duplicate key so I took the keys off the production database and the tables seeded correctly but with duplicates.
The text was updated successfully, but these errors were encountered: