Rename upgrade check migration to run first (#5768)

* Rename upgrade check migration to run first

* fix column name
This commit is contained in:
Nutomic 2025-06-10 14:28:51 +00:00 committed by GitHub
parent fea383dda3
commit cbb780f79a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ BEGIN
FROM
person
WHERE
ap_id LIKE 'http://changeme%'
actor_id LIKE 'http://changeme%'
OR (local
AND public_key = ''))
UNION ALL (
@ -20,7 +20,7 @@ BEGIN
FROM
community
WHERE
ap_id LIKE 'http://changeme%'
actor_id LIKE 'http://changeme%'
OR (local
AND public_key = ''))
UNION ALL (