Skip to content

Commit 8029ba0

Browse files
authored
change protoId for newly added genericSignature (#1806)
context: this clashed with a protoId from our internal schema extension :(
1 parent 1923675 commit 8029ba0

File tree

1 file changed

+1
-1
lines changed
  • schema/src/main/scala/io/shiftleft/codepropertygraph/schema

1 file changed

+1
-1
lines changed

Diff for: schema/src/main/scala/io/shiftleft/codepropertygraph/schema/Hidden.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ object Hidden extends SchemaBase {
299299
|""".stripMargin
300300
)
301301
.mandatory(PropertyDefaults.String)
302-
.protoId(251)
302+
.protoId(3000)
303303

304304
method.addProperty(genericSignature)
305305
typeDecl.addProperty(genericSignature)

0 commit comments

Comments
 (0)