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
store/postgres: make store_entity_count migration more robust
In staging, we had an entry in `deployment_schemas` where the underlying
Postgres schema did not exist, causing the migration to fail. To make this
more robust, we will skip these entries. The issue was most likely caused
by manual changes in staging.
0 commit comments