Merge branch 'dev' of https://github.com/Oloodi/krow-workforce into feature/session-persistence-424

This commit is contained in:
2026-02-19 12:55:47 +05:30
118 changed files with 8629 additions and 234 deletions

View File

@@ -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