Closed Sofiyan-coder closed 1 month ago
Here's the code health analysis summary for commits 1805ef7..3790ef6
. View details on DeepSource ↗.
Analyzer | Status | Summary | Link |
---|---|---|---|
Java | ✅ Success | View Check ↗ |
💡 If you’re a repository administrator, you can configure the quality gates from the settings.
Fixes #8
Description
Change the type from Integer to Long on line 25 of the User class.
This change will cause the application to no longer compile with maven, because you have to update all classes related to the User entity ID field.
List of Classes needed to Modified
![image](https://github.com/user-attachments/assets/12ce6ad9-79d6-447a-aa36-c16cf77ee227)Finally, in the SQL script schema.sql change the type to BIGINT on line 39 and line 62