Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
Master
-
7.3.x, 7.2.x, 7.1.x, 7.0.x
-
Committed
-
3
Description
Database wrong references
Steps to reproduce
- Go to Control Panel => Virtual instances
- Create a new instance
- Once the instance is completely created, delete it
- Execute this SQL:
select * from RegionLocalization where companyId not in (select companyId from Company)
– Expected result: the SQL doesn't return any record
– Wrong result: the SQL returns Japanese records