@bentley/imodeljs-linux-x64 3.6.3 → 3.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Assets/ECSchemas/ECDb/{ECDbMap.02.00.00.ecschema.xml → ECDbMap.02.00.01.ecschema.xml} +1 -1
- package/Assets/ECSchemas/ECDb/{ECDbSchemaPolicies.01.00.00.ecschema.xml → ECDbSchemaPolicies.01.00.01.ecschema.xml} +1 -1
- package/CrashpadHandler +0 -0
- package/iTwinDaemon +0 -0
- package/imodeljs.node +0 -0
- package/package.json +1 -1
package/Assets/ECSchemas/ECDb/{ECDbMap.02.00.00.ecschema.xml → ECDbMap.02.00.01.ecschema.xml}
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
4
4
|
* See LICENSE.md in the repository root for full copyright notice.
|
|
5
5
|
========================================================================================== -->
|
|
6
|
-
<ECSchema schemaName="ECDbMap" alias="ecdbmap" version="02.00.
|
|
6
|
+
<ECSchema schemaName="ECDbMap" alias="ecdbmap" version="02.00.01" description="Custom attributes that customize ECDb's ECSchema to database mapping." displayLabel="ECDb DB Mapping" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
|
|
7
7
|
<ECCustomAttributeClass typeName="SchemaMap" modifier="Sealed" appliesTo="Schema">
|
|
8
8
|
<ECProperty propertyName="TablePrefix" typeName="string" description="Specifies a prefix for generated tables. If not specified, the alias of the ECSchema is used"/>
|
|
9
9
|
</ECCustomAttributeClass>
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
4
4
|
* See LICENSE.md in the repository root for full copyright notice.
|
|
5
5
|
========================================================================================== -->
|
|
6
|
-
<ECSchema schemaName="ECDbSchemaPolicies" alias="ecdbpol" version="01.00.
|
|
6
|
+
<ECSchema schemaName="ECDbSchemaPolicies" alias="ecdbpol" version="01.00.01" description="Schema policies which impose schema authoring rules." displayLabel="ECDb Schema Policies" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
|
|
7
7
|
|
|
8
8
|
<ECCustomAttributeClass typeName="NoAdditionalForeignKeyConstraints" modifier="Sealed" appliesTo="Schema"
|
|
9
9
|
description="If opted-in by a schema, other schemas may not define additional ECDbMap:ForeignKeyConstraint custom attributes.">
|
package/CrashpadHandler
CHANGED
|
Binary file
|
package/iTwinDaemon
CHANGED
|
Binary file
|
package/imodeljs.node
CHANGED
|
Binary file
|