AI Changes: updated look, recently added, search bar, easy admin checkout
This commit is contained in:
@@ -50,6 +50,7 @@ model Drink {
|
||||
lactose Boolean
|
||||
organic Boolean
|
||||
sugar Boolean @default(true)
|
||||
addedAt DateTime @default(now())
|
||||
containers Container[]
|
||||
delegate_aux_beer Beer?
|
||||
delegate_aux_wine Wine?
|
||||
@@ -116,6 +117,7 @@ model Container {
|
||||
portions Int?
|
||||
price Float @default(0.0)
|
||||
inventory Int @default(0)
|
||||
lastAdded DateTime?
|
||||
checkouts History[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user