Skip to content

Fix order-dependent migration specs

Stan Hu requested to merge sh-fix-order-dependent-migration-specs into master

CleanupOptimisticLockingNulls and CleanupOptimisticLockingNullsPt2 both defined the constant TABLES, which caused the tests to fail if they were run together. To fix this, we drop the constant and use straight definitions.

Closes #215093 (closed)

Edited by Kyle Wiebers

Merge request reports