mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-09-02 19:23:49 +00:00
Rename upgrade check migration to run first (#5768)
* Rename upgrade check migration to run first * fix column name
This commit is contained in:
parent
fea383dda3
commit
cbb780f79a
2 changed files with 2 additions and 2 deletions
|
@ -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 (
|
Loading…
Reference in a new issue