Skip to content

Commit 69bfe73

Browse files
committed
Update entity as well
1 parent ca3d82c commit 69bfe73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/domain/entities/DataPassVersion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @property {number} dataPassId
1919
* @property {string} description
2020
* @property {number} outputSize
21-
* @property {number} reconstructedEventsCount
21+
* @property {number} reconstructedEventsCount - expected to be up to a value of 1e13, thus BIGINT definition is needed in SQL but not in JS
2222
* @property {number} lastSeen
2323
* @property {boolean} deletedFromMonAlisa
2424
*

0 commit comments

Comments
 (0)