From 1bd7995bb5bfdd840a931d911e2f7e8e4d874083 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Thu, 23 Jul 2020 13:38:46 +0000 Subject: [PATCH] DB: Fix migration 173 for future instances to avoid the RemoteCollection bug --- 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 1a09eef..73362c7 100644 --- a/src/Vervis/Migration.hs +++ b/src/Vervis/Migration.hs @@ -1207,7 +1207,7 @@ changes hLocal ctx = delete $ remoteObject159Instance roTemp ) "identNew" - "RemoteCollection" + "RemoteObject" -- 174 , addUnique "RemoteCollection" $ Unique "UniqueRemoteCollectionNew" ["identNew"]