From 8029ba06e96b5125a251a466bdf1b3e42e380d63 Mon Sep 17 00:00:00 2001 From: Michael Pollmeier Date: Tue, 14 Jan 2025 10:34:58 +0100 Subject: [PATCH] change protoId for newly added genericSignature (#1806) context: this clashed with a protoId from our internal schema extension :( --- .../scala/io/shiftleft/codepropertygraph/schema/Hidden.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/src/main/scala/io/shiftleft/codepropertygraph/schema/Hidden.scala b/schema/src/main/scala/io/shiftleft/codepropertygraph/schema/Hidden.scala index 960713e77..49c15e8d1 100644 --- a/schema/src/main/scala/io/shiftleft/codepropertygraph/schema/Hidden.scala +++ b/schema/src/main/scala/io/shiftleft/codepropertygraph/schema/Hidden.scala @@ -299,7 +299,7 @@ object Hidden extends SchemaBase { |""".stripMargin ) .mandatory(PropertyDefaults.String) - .protoId(251) + .protoId(3000) method.addProperty(genericSignature) typeDecl.addProperty(genericSignature)