From 1d2a251c1352e562e2693a6f1419ae603bb18168 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Mon, 26 Sep 2022 06:55:23 +0000 Subject: [PATCH] DB: Fix typo in DB migration --- src/Vervis/Migration.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Vervis/Migration.hs b/src/Vervis/Migration.hs index 6abf05e..3807cab 100644 --- a/src/Vervis/Migration.hs +++ b/src/Vervis/Migration.hs @@ -2322,7 +2322,7 @@ changes hLocal ctx = , removeField "FollowRemote" "person" -- 418 , addFieldRefRequired'' - "FollowRemote" + "Follow" (do ibid <- insert Inbox418 obid <- insert Outbox418 fsid <- insert FollowerSet418