Skip to content

Commit b89d2eb

Browse files
committed
fix update package with the same version
1 parent 5892fd2 commit b89d2eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cls/ZPM/Analytics/Event.cls

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ Property ErrorMsg As %String(%JSONFIELDNAME = "error_msg", MAXLEN = 1000);
3232

3333
Parameter %JSONIGNOREINVALIDFIELD = 1;
3434

35-
ForeignKey NameVersionFK(Name,Version) References ZPM.Package(NameVersion);
36-
3735
Property Country As %String(%JSONINCLUDE = "none");
3836

3937
Property Region As %String(%JSONINCLUDE = "none");

0 commit comments

Comments
 (0)