You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have database use a changelog table to render menu items. When creating a menu item, it will first check the changelog table to see whether any of the dishes will be changed on that day.
Changelog table format:
Col 1: Date (MM/DD/YYYY)
Col 2: Dish (Dish name)
Col 3: Action (Add or Remove)
The text was updated successfully, but these errors were encountered:
Have database use a changelog table to render menu items. When creating a menu item, it will first check the changelog table to see whether any of the dishes will be changed on that day.
Changelog table format:
Col 1: Date (MM/DD/YYYY)
Col 2: Dish (Dish name)
Col 3: Action (Add or Remove)
The text was updated successfully, but these errors were encountered: