mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-29 21:37:15 -05:00
feat: keep original text on ingredient parse (#1102)
* Keep Original Text on Ingredient Parse * Reorder migration and update test
This commit is contained in:
@@ -63,6 +63,8 @@ class RecipeIngredient(SqlAlchemyBase, BaseMixins):
|
||||
food = orm.relationship(IngredientFoodModel, uselist=False)
|
||||
quantity = Column(Float)
|
||||
|
||||
original_text = Column(String)
|
||||
|
||||
reference_id = Column(GUID) # Reference Links
|
||||
|
||||
@auto_init()
|
||||
|
||||
Reference in New Issue
Block a user