mirror of
https://github.com/vran-dev/databasir.git
synced 2025-08-10 02:48:47 +08:00
feature: synchronize documents asynchronously (#97)
* feat: update jooq model * feat: add project sync task * feat: update frontend resources
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user