mirror of
https://code.sup39.dev/repos/Wqawg
synced 2025-02-14 09:07:17 +09:00
DB: Fix migration 173 for future instances to avoid the RemoteCollection bug
This commit is contained in:
parent
ac9c79c761
commit
1bd7995bb5
1 changed files with 1 additions and 1 deletions
|
@ -1207,7 +1207,7 @@ changes hLocal ctx =
|
||||||
delete $ remoteObject159Instance roTemp
|
delete $ remoteObject159Instance roTemp
|
||||||
)
|
)
|
||||||
"identNew"
|
"identNew"
|
||||||
"RemoteCollection"
|
"RemoteObject"
|
||||||
-- 174
|
-- 174
|
||||||
, addUnique "RemoteCollection"
|
, addUnique "RemoteCollection"
|
||||||
$ Unique "UniqueRemoteCollectionNew" ["identNew"]
|
$ Unique "UniqueRemoteCollectionNew" ["identNew"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue