feature: synchronize documents asynchronously (#97)

* feat: update jooq model

* feat: add project sync task

* feat: update frontend resources
This commit is contained in:
vran
2022-04-16 13:44:06 +08:00
committed by GitHub
parent d257a65664
commit 3e70346bb3
69 changed files with 1287 additions and 175 deletions

View File

@@ -78,6 +78,12 @@ jooq {
includeExpression = 'mock_data_rule.mock_data_type'
includeTypes = '.*'
}
forcedType {
userType = 'com.databasir.dao.enums.ProjectSyncTaskStatus'
converter = 'com.databasir.dao.converter.ProjectSyncTaskStatusConverter'
includeExpression = 'project_sync_task.status'
includeTypes = '.*'
}
}
}
generate {