Merge branch 'dev' of https://github.com/Oloodi/krow-workforce into feature/session-persistence-424
This commit is contained in:
@@ -52,10 +52,10 @@ 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")
|
||||
permanentDays: [String!]
|
||||
|
||||
detectedConflicts: Any @col(dataType:"jsonb")
|
||||
notes: String
|
||||
|
||||
Reference in New Issue
Block a user