-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to custom ids. #13258
Add support to custom ids. #13258
Conversation
Which type can we use ? UUID ? Long ? |
Both with auto generation.
|
c058e12
to
6c4270f
Compare
It would be cool if we could generate UUIDs instead of Long for IDs. My 21-Points Health app has been in production for over 5 years and it has issues with Long. I created this PR to fix it, but I'm hesitant to merge it because it's not a standard JHipster feature and it'll be difficult to build the app again for JHipster 7. |
6c4270f
to
a4dad69
Compare
Merging this later today if there is not objections. |
This PR adds support to custom ids:
and
Relationships are not complete yet.
Angular and CI changes split into #13257 and #13204
Related to #7112
Please make sure the below checklist is followed for Pull Requests.
When you are still working on the PR, consider converting it to Draft (bellow reviewers) and adding
skip-ci
label, you can still see CI build result at your branch.