first version of recurring order
This commit is contained in:
@@ -52,7 +52,7 @@ type Order @table(name: "orders", key: ["id"]) {
|
||||
startDate: Timestamp #for recurring and permanent
|
||||
endDate: Timestamp #for recurring and permanent
|
||||
|
||||
recurringDays: Any @col(dataType: "jsonb")
|
||||
recurringDays: [String!]
|
||||
poReference: String
|
||||
|
||||
permanentDays: Any @col(dataType: "jsonb")
|
||||
|
||||
Reference in New Issue
Block a user