Fix build errors: localization syntax, key paths, and ViewOrderCard widget
This commit is contained in:
@@ -22,7 +22,7 @@ enum OrderDuration {
|
||||
}
|
||||
|
||||
#events
|
||||
type Order @table(name: "orders") {
|
||||
type Order @table(name: "orders", key: ["id"]) {
|
||||
id: UUID! @default(expr: "uuidV4()")
|
||||
eventName: String
|
||||
|
||||
|
||||
Reference in New Issue
Block a user