mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 18:24:51 +09:00
DB: Fix typo in DB migration
This commit is contained in:
parent
6d0eab24d1
commit
1d2a251c13
1 changed files with 1 additions and 1 deletions
|
@ -2322,7 +2322,7 @@ changes hLocal ctx =
|
||||||
, removeField "FollowRemote" "person"
|
, removeField "FollowRemote" "person"
|
||||||
-- 418
|
-- 418
|
||||||
, addFieldRefRequired''
|
, addFieldRefRequired''
|
||||||
"FollowRemote"
|
"Follow"
|
||||||
(do ibid <- insert Inbox418
|
(do ibid <- insert Inbox418
|
||||||
obid <- insert Outbox418
|
obid <- insert Outbox418
|
||||||
fsid <- insert FollowerSet418
|
fsid <- insert FollowerSet418
|
||||||
|
|
Loading…
Reference in a new issue