permanent order v1
This commit is contained in:
@@ -55,7 +55,7 @@ type Order @table(name: "orders", key: ["id"]) {
|
||||
recurringDays: [String!]
|
||||
poReference: String
|
||||
|
||||
permanentDays: Any @col(dataType: "jsonb")
|
||||
permanentDays: [String!]
|
||||
|
||||
detectedConflicts: Any @col(dataType:"jsonb")
|
||||
notes: String
|
||||
|
||||
Reference in New Issue
Block a user