Skip to content
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(cli): Support generating sdls for models with only an id and relation #11931

Merged
merged 2 commits into from
Jan 25, 2025

Conversation

Tobbe
Copy link
Member

@Tobbe Tobbe commented Jan 25, 2025

It's now possible to generate sdl files for models that look like this

// This would be seeded with available car brands
model CarBrand {
  brand String @id
  cars  Car[]
}

@Tobbe Tobbe added the release:feature This PR introduces a new feature label Jan 25, 2025
@Tobbe Tobbe added this to the next-release milestone Jan 25, 2025
@Tobbe Tobbe enabled auto-merge (squash) January 25, 2025 17:19
@Tobbe Tobbe merged commit b144c6f into redwoodjs:main Jan 25, 2025
50 checks passed
@Tobbe Tobbe modified the milestones: next-release, v8.5.0 Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:feature This PR introduces a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant