Closed mazerakham closed 3 years ago
Needed for ENDER-641. H2 (in memory database) regards unsigned ints in such a way that, when those rows are pulled out of the database, the id column is an int rather than a long. This fixes that.
Doing a little more QA making a new database table with this using a real (not in-memory) database, to make sure it works.
Needed for ENDER-641. H2 (in memory database) regards unsigned ints in such a way that, when those rows are pulled out of the database, the id column is an int rather than a long. This fixes that.