gitlab-org--gitlab-foss/changelogs/unreleased/sh-disable-internal-ids-available-check.yml
Stan Hu 9b75279162 Always use internal ID tables in development and production
To avoid quiet failures that cause consistency errors in the database,
we should now assume that the internal_ids table is available since
we've had this table for close to a year.

For tests that have migrations, we make this check thread-safe via
SafeRequestStore.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60718
2019-04-22 10:48:16 -07:00

5 lines
112 B
YAML

---
title: Always use internal ID tables in development and production
merge_request: 27544
author:
type: fixed