-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3965 from huridocs/migration53_hotfix
migration 53 hotpatch
- Loading branch information
Showing
4 changed files
with
6 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 1 addition & 52 deletions
53
app/api/migrations/migrations/53-delete-orphaned-connections/specs/fixtures.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,3 @@ | ||
export default { | ||
entities: [ | ||
{ | ||
sharedId: 'sharedid1', | ||
title: 'test_doc', | ||
}, | ||
{ | ||
sharedId: 'sharedid2', | ||
title: 'test_doc_2', | ||
}, | ||
{ | ||
sharedId: 'sharedid1', | ||
title: 'test_doc', | ||
}, | ||
{ | ||
sharedId: 'sharedid3', | ||
title: 'test_doc_2', | ||
}, | ||
{ | ||
sharedId: 'sharedid1', | ||
title: 'test_doc', | ||
}, | ||
{ | ||
sharedId: 'sharedid3', | ||
title: 'test_doc_2', | ||
}, | ||
], | ||
connections: [ | ||
{ | ||
entity: 'sharedid3', | ||
hub: 'hub1', | ||
}, | ||
{ | ||
entity: 'sharedid1', | ||
hub: 'hub1', | ||
}, | ||
{ | ||
entity: 'sharedid2', | ||
hub: 'hub1', | ||
}, | ||
{ | ||
entity: 'sharedid3', | ||
hub: 'hub2', | ||
}, | ||
{ | ||
entity: 'sharedid1', | ||
hub: 'hub3', | ||
}, | ||
{ | ||
entity: 'shareid4', | ||
hub: 'hub3', | ||
}, | ||
], | ||
entities: [], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters