serlo / athene2

Moved to https://github.com/serlo/serlo.org monorepo
https://github.com/serlo/serlo.org/tree/master/packages/public/server
Apache License 2.0
19 stars 18 forks source link

Check purge behaviour #895

Closed Knorrke closed 4 years ago

Knorrke commented 5 years ago

Uuid table contains entity revisions, that are not existing in the entityRevision table

SELECT * FROM uuid u 
LEFT JOIN entity_revision r ON u.id = r.id 
WHERE u.discriminator = 'entityRevision' AND r.id IS NULL
Knorrke commented 4 years ago

fixed by https://github.com/serlo/serlo.org/pull/239