remove uneeded properties from schema
This commit is contained in:
parent
6366abae7e
commit
d4cffde79e
|
@ -28,7 +28,6 @@
|
|||
type: "internal",
|
||||
editable: false,
|
||||
displayName: "ID",
|
||||
name: "ID",
|
||||
autocolumn: true,
|
||||
}
|
||||
if (isInternal) {
|
||||
|
@ -36,7 +35,6 @@
|
|||
type: "internal",
|
||||
editable: false,
|
||||
displayName: "Revision",
|
||||
name: "REV",
|
||||
autocolumn: true,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue