Skip to content

Commit edcf1fc

Browse files
committed
bump version to 0.0.133; add identitySeed and identityIncrement properties to Column interface in schema designer
1 parent 4413899 commit edcf1fc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "azdataGraph",
33
"description": "azdataGraph is a derivative of mxGraph, which is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.",
4-
"version": "0.0.132",
4+
"version": "0.0.133",
55
"homepage": "https://github.com/microsoft/azdataGraph",
66
"author": "Microsoft",
77
"license": "Apache-2.0",

src/ts/schemaDesigner/schemaDesigner.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,9 @@ export class SchemaDesigner {
996996
maxLength: 0,
997997
precision: 0,
998998
scale: 0,
999-
collation: ''
999+
collation: '',
1000+
identityIncrement: 1,
1001+
identitySeed: 1
10001002
}
10011003
],
10021004
foreignKeys: []

0 commit comments

Comments
 (0)