-
Notifications
You must be signed in to change notification settings - Fork 31
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
feat: generate id field using uuid #191
feat: generate id field using uuid #191
Conversation
Codecov Report
@@ Coverage Diff @@
## main #191 +/- ##
=======================================
Coverage 68.75% 68.75%
=======================================
Files 28 28
Lines 560 560
=======================================
Hits 385 385
Misses 175 175
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Thanks @rodrigodosanjosoliveira for the contribution |
On the migrations you would need something like this: |
@dalssoft |
…soliveira/herbs-cli into feature/generate-id-field
Fixes #158
Proposed Changes
uuid
package with the native Node.jscrypto
module:uuid
package from package.json.randomUUID()
function from the Node.js crypto module.Readiness Checklist
Author/Contributor
Reviewing Maintainer
breaking
if this is a large fundamental changeautomation
,bug
,documentation
,enhancement
,infrastructure
, orperformance