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

serialize RecipeDocument to database as versioned enum #35

Closed
bradenrayhorn opened this issue Jun 14, 2024 · 0 comments · Fixed by #47
Closed

serialize RecipeDocument to database as versioned enum #35

bradenrayhorn opened this issue Jun 14, 2024 · 0 comments · Fixed by #47
Milestone

Comments

@bradenrayhorn
Copy link
Owner

bradenrayhorn commented Jun 14, 2024

enum RecipeDocumentInternal {
  V1(RecipeDocument)

}

This will allow changes to the document format.

@bradenrayhorn bradenrayhorn changed the title serialize RecipeDocument to databsae as versioned enum serialize RecipeDocument to database as versioned enum Jun 14, 2024
@bradenrayhorn bradenrayhorn added this to the 0.1.0 milestone Jun 14, 2024
bradenrayhorn added a commit that referenced this issue Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant