despensa-app / despensa-rest-api

Despensa-app es una aplicación que te permite gestionar los productos que compras de forma habitual.
https://despensa-app.nmarulo.dev/
MIT License
13 stars 27 forks source link

Issue08 #13

Closed Sofiyan-coder closed 1 month ago

Sofiyan-coder commented 1 month ago

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

deepsource-io[bot] commented 1 month ago

Here's the code health analysis summary for commits 1805ef7..3790ef6. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Java LogoJava✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.