permanent order v1

This commit is contained in:
José Salazar
2026-02-17 18:59:31 -05:00
parent 9fb138c4ee
commit 75e534620d
21 changed files with 2095 additions and 31 deletions

View File

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