bradenrayhorn / mise

Self-hosted recipe manager
GNU Affero General Public License v3.0
0 stars 0 forks source link

serialize RecipeDocument to database as versioned enum #35

Closed bradenrayhorn closed 4 months ago

bradenrayhorn commented 4 months ago
enum RecipeDocumentInternal {
  V1(RecipeDocument)

}

This will allow changes to the document format.