-
-
Notifications
You must be signed in to change notification settings - Fork 207
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 #725 from mixcore/featuers/fix-mix-sqlite
fix sqlite
- Loading branch information
Showing
11 changed files
with
507 additions
and
27 deletions.
There are no files selected for viewing
238 changes: 238 additions & 0 deletions
238
...ications/mixcore/wwwroot/default-mixcontent/shared/json/init-new-dbcontext-databases.json
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 |
---|---|---|
@@ -0,0 +1,238 @@ | ||
{ | ||
"databases": [ | ||
{ | ||
"systemName": "MixDatabaseAssociation", | ||
"displayName": "Data Relationship", | ||
"description": null, | ||
"type": "Service", | ||
"readPermissions": "[\"Owner\"]", | ||
"createPermissions": "[\"Owner\"]", | ||
"updatePermissions": "[\"Owner\"]", | ||
"deletePermissions": "[\"Owner\"]", | ||
"selfManaged": false, | ||
"mixDatabaseColumns": null, | ||
"sourceRelationships": null, | ||
"destinateRelationships": null, | ||
"id": 25, | ||
"createdDateTime": "2023-06-15T08:56:50", | ||
"lastModified": null, | ||
"createdBy": "administrator", | ||
"modifiedBy": "administrator", | ||
"priority": 0, | ||
"status": "Published", | ||
"isDeleted": false | ||
} | ||
], | ||
"columns": [ | ||
{ | ||
"systemName": "ParentDatabaseName", | ||
"displayName": "Source Database Name", | ||
"mixDatabaseName": "MixDatabaseAssociation", | ||
"dataType": "Text", | ||
"configurations": { | ||
"isUnique": false, | ||
"isRequire": false, | ||
"isEncrypt": false, | ||
"isSelect": false, | ||
"maxLength": null, | ||
"belongTo": null, | ||
"optionsConfigurationName": null, | ||
"allowedValues": null, | ||
"upload": { | ||
"arrayAccepts": [], | ||
"accepts": "", | ||
"width": null, | ||
"height": null, | ||
"isCrop": false | ||
} | ||
}, | ||
"referenceId": null, | ||
"defaultValue": null, | ||
"mixDatabaseId": 25, | ||
"mixDatabase": null, | ||
"id": 1, | ||
"createdDateTime": "2023-06-15T08:56:50", | ||
"lastModified": null, | ||
"createdBy": null, | ||
"modifiedBy": null, | ||
"priority": 2, | ||
"status": "Published", | ||
"isDeleted": false | ||
}, | ||
{ | ||
"systemName": "ChildDatabaseName", | ||
"displayName": "Destination Database Name", | ||
"mixDatabaseName": "MixDatabaseAssociation", | ||
"dataType": "Text", | ||
"configurations": { | ||
"isUnique": false, | ||
"isRequire": false, | ||
"isEncrypt": false, | ||
"isSelect": false, | ||
"maxLength": null, | ||
"belongTo": null, | ||
"optionsConfigurationName": null, | ||
"allowedValues": null, | ||
"upload": { | ||
"arrayAccepts": [], | ||
"accepts": "", | ||
"width": null, | ||
"height": null, | ||
"isCrop": false | ||
} | ||
}, | ||
"referenceId": null, | ||
"defaultValue": null, | ||
"mixDatabaseId": 25, | ||
"mixDatabase": null, | ||
"id": 2, | ||
"createdDateTime": "2023-06-15T08:56:50", | ||
"lastModified": null, | ||
"createdBy": null, | ||
"modifiedBy": null, | ||
"priority": 3, | ||
"status": "Published", | ||
"isDeleted": false | ||
}, | ||
{ | ||
"systemName": "GuidParentId", | ||
"displayName": "Guid Source Id", | ||
"mixDatabaseName": "MixDatabaseAssociation", | ||
"dataType": "Guid", | ||
"configurations": { | ||
"isUnique": false, | ||
"isRequire": false, | ||
"isEncrypt": false, | ||
"isSelect": false, | ||
"maxLength": null, | ||
"belongTo": null, | ||
"optionsConfigurationName": null, | ||
"allowedValues": null, | ||
"upload": { | ||
"arrayAccepts": [], | ||
"accepts": "", | ||
"width": null, | ||
"height": null, | ||
"isCrop": false | ||
} | ||
}, | ||
"referenceId": null, | ||
"defaultValue": null, | ||
"mixDatabaseId": 25, | ||
"mixDatabase": null, | ||
"id": 3, | ||
"createdDateTime": "2023-06-15T08:56:50", | ||
"lastModified": null, | ||
"createdBy": null, | ||
"modifiedBy": null, | ||
"priority": 3, | ||
"status": "Published", | ||
"isDeleted": false | ||
}, | ||
{ | ||
"systemName": "GuidChildId", | ||
"displayName": "Destination Guid Id", | ||
"mixDatabaseName": "MixDatabaseAssociation", | ||
"dataType": "Guid", | ||
"configurations": { | ||
"isUnique": false, | ||
"isRequire": false, | ||
"isEncrypt": false, | ||
"isSelect": false, | ||
"maxLength": null, | ||
"belongTo": null, | ||
"optionsConfigurationName": null, | ||
"allowedValues": null, | ||
"upload": { | ||
"arrayAccepts": [], | ||
"accepts": "", | ||
"width": null, | ||
"height": null, | ||
"isCrop": false | ||
} | ||
}, | ||
"referenceId": null, | ||
"defaultValue": null, | ||
"mixDatabaseId": 25, | ||
"mixDatabase": null, | ||
"id": 4, | ||
"createdDateTime": "2023-06-15T08:56:50", | ||
"lastModified": null, | ||
"createdBy": null, | ||
"modifiedBy": null, | ||
"priority": 4, | ||
"status": "Published", | ||
"isDeleted": false | ||
}, | ||
{ | ||
"systemName": "ParentId", | ||
"displayName": "Source Integer Id", | ||
"mixDatabaseName": "MixDatabaseAssociation", | ||
"dataType": "Integer", | ||
"configurations": { | ||
"isUnique": false, | ||
"isRequire": false, | ||
"isEncrypt": false, | ||
"isSelect": false, | ||
"maxLength": null, | ||
"belongTo": null, | ||
"optionsConfigurationName": null, | ||
"allowedValues": null, | ||
"upload": { | ||
"arrayAccepts": [], | ||
"accepts": "", | ||
"width": null, | ||
"height": null, | ||
"isCrop": false | ||
} | ||
}, | ||
"referenceId": null, | ||
"defaultValue": null, | ||
"mixDatabaseId": 25, | ||
"mixDatabase": null, | ||
"id": 5, | ||
"createdDateTime": "2023-06-15T08:56:50", | ||
"lastModified": null, | ||
"createdBy": null, | ||
"modifiedBy": null, | ||
"priority": 5, | ||
"status": "Published", | ||
"isDeleted": false | ||
}, | ||
{ | ||
"systemName": "ChildId", | ||
"displayName": "Destination Integer Id", | ||
"mixDatabaseName": "MixDatabaseAssociation", | ||
"dataType": "Integer", | ||
"configurations": { | ||
"isUnique": false, | ||
"isRequire": false, | ||
"isEncrypt": false, | ||
"isSelect": false, | ||
"maxLength": null, | ||
"belongTo": null, | ||
"optionsConfigurationName": null, | ||
"allowedValues": null, | ||
"upload": { | ||
"arrayAccepts": [], | ||
"accepts": "", | ||
"width": null, | ||
"height": null, | ||
"isCrop": false | ||
} | ||
}, | ||
"referenceId": null, | ||
"defaultValue": null, | ||
"mixDatabaseId": 25, | ||
"mixDatabase": null, | ||
"id": 6, | ||
"createdDateTime": "2023-06-15T08:56:50", | ||
"lastModified": null, | ||
"createdBy": null, | ||
"modifiedBy": null, | ||
"priority": 6, | ||
"status": "Published", | ||
"isDeleted": false | ||
} | ||
] | ||
} |
Oops, something went wrong.