mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-22 12:22:23 +02:00
Add optional size parameter to move method for (#7442)
This commit is contained in:
@@ -332,7 +332,7 @@ export const githubOperationPreTime: MigrateOperation = {
|
||||
{
|
||||
state: 'migrate-github-sync-domain',
|
||||
func: async (client) => {
|
||||
await client.move(DOMAIN_GITHUB, { _class: github.class.DocSyncInfo }, DOMAIN_GITHUB_SYNC)
|
||||
await client.move(DOMAIN_GITHUB, { _class: github.class.DocSyncInfo }, DOMAIN_GITHUB_SYNC, 100)
|
||||
await client.move(DOMAIN_GITHUB, { _class: github.class.GithubUserInfo }, DOMAIN_GITHUB_USER)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user