Skip to content

Commit 8a9d06c

Browse files
authored
Merge pull request #15 from intersystems-community/fix-updatepackage
fix update package with the same version
2 parents 5892fd2 + b89d2eb commit 8a9d06c

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)