Skip to content

Commit 84b605b

Browse files
committed
chore(cloudkit): mark MindwtrProject.startDate as deployed in the production schema
1 parent 207ec44 commit 84b605b

1 file changed

Lines changed: 122 additions & 123 deletions

File tree

Lines changed: 122 additions & 123 deletions
Original file line numberDiff line numberDiff line change
@@ -1,125 +1,124 @@
11
{
2-
"comment": "CloudKit Production container schema state by record type. 'deployed' is the repository assertion for keys already exercised by stable releases or explicitly confirmed in the Production dashboard. New keys stay in 'pendingProduction' until that dashboard check is complete; stable releases fail while any pending key remains.",
3-
"records": {
4-
"MindwtrTask": {
5-
"deployed": [
6-
"title",
7-
"status",
8-
"priority",
9-
"energyLevel",
10-
"assignedTo",
11-
"taskMode",
12-
"startTime",
13-
"relativeStartOffset",
14-
"dueDate",
15-
"recurrence",
16-
"showFutureRecurrence",
17-
"pushCount",
18-
"tags",
19-
"contexts",
20-
"checklist",
21-
"taskDescription",
22-
"textDirection",
23-
"attachments",
24-
"location",
25-
"projectId",
26-
"sectionId",
27-
"viewSectionIds",
28-
"areaId",
29-
"isFocusedToday",
30-
"timeEstimate",
31-
"timeSpentMinutes",
32-
"suppressMindwtrReminders",
33-
"repeatReminderMinutes",
34-
"reviewAt",
35-
"completedAt",
36-
"statusBeforeProjectArchive",
37-
"completedAtBeforeProjectArchive",
38-
"isFocusedTodayBeforeProjectArchive",
39-
"projectArchivedAt",
40-
"rev",
41-
"revBy",
42-
"createdAt",
43-
"updatedAt",
44-
"deletedAt",
45-
"purgedAt",
46-
"sortOrder",
47-
"orderNum",
48-
"focusOrder"
49-
],
50-
"pendingProduction": []
51-
},
52-
"MindwtrProject": {
53-
"deployed": [
54-
"title",
55-
"status",
56-
"color",
57-
"sortOrder",
58-
"tagIds",
59-
"isSequential",
60-
"sequentialScope",
61-
"taskSortBy",
62-
"isFocused",
63-
"supportNotes",
64-
"attachments",
65-
"dueDate",
66-
"reviewAt",
67-
"areaId",
68-
"areaTitle",
69-
"rev",
70-
"revBy",
71-
"createdAt",
72-
"updatedAt",
73-
"deletedAt",
74-
"purgedAt"
75-
],
76-
"pendingProduction": [
77-
"startDate"
78-
]
79-
},
80-
"MindwtrSection": {
81-
"deployed": [
82-
"projectId",
83-
"title",
84-
"sectionDescription",
85-
"sortOrder",
86-
"isCollapsed",
87-
"rev",
88-
"revBy",
89-
"createdAt",
90-
"updatedAt",
91-
"deletedAt",
92-
"deletedAtBeforeProjectArchive",
93-
"projectArchivedAt"
94-
],
95-
"pendingProduction": []
96-
},
97-
"MindwtrArea": {
98-
"deployed": [
99-
"name",
100-
"color",
101-
"icon",
102-
"sortOrder",
103-
"rev",
104-
"revBy",
105-
"createdAt",
106-
"updatedAt",
107-
"deletedAt"
108-
],
109-
"pendingProduction": []
110-
},
111-
"MindwtrPerson": {
112-
"deployed": [
113-
"name",
114-
"note",
115-
"referenceLink",
116-
"rev",
117-
"revBy",
118-
"createdAt",
119-
"updatedAt",
120-
"deletedAt"
121-
],
122-
"pendingProduction": []
123-
}
124-
}
2+
"comment": "CloudKit Production container schema state by record type. 'deployed' is the repository assertion for keys already exercised by stable releases or explicitly confirmed in the Production dashboard. New keys stay in 'pendingProduction' until that dashboard check is complete; stable releases fail while any pending key remains.",
3+
"records": {
4+
"MindwtrTask": {
5+
"deployed": [
6+
"title",
7+
"status",
8+
"priority",
9+
"energyLevel",
10+
"assignedTo",
11+
"taskMode",
12+
"startTime",
13+
"relativeStartOffset",
14+
"dueDate",
15+
"recurrence",
16+
"showFutureRecurrence",
17+
"pushCount",
18+
"tags",
19+
"contexts",
20+
"checklist",
21+
"taskDescription",
22+
"textDirection",
23+
"attachments",
24+
"location",
25+
"projectId",
26+
"sectionId",
27+
"viewSectionIds",
28+
"areaId",
29+
"isFocusedToday",
30+
"timeEstimate",
31+
"timeSpentMinutes",
32+
"suppressMindwtrReminders",
33+
"repeatReminderMinutes",
34+
"reviewAt",
35+
"completedAt",
36+
"statusBeforeProjectArchive",
37+
"completedAtBeforeProjectArchive",
38+
"isFocusedTodayBeforeProjectArchive",
39+
"projectArchivedAt",
40+
"rev",
41+
"revBy",
42+
"createdAt",
43+
"updatedAt",
44+
"deletedAt",
45+
"purgedAt",
46+
"sortOrder",
47+
"orderNum",
48+
"focusOrder"
49+
],
50+
"pendingProduction": []
51+
},
52+
"MindwtrProject": {
53+
"deployed": [
54+
"title",
55+
"status",
56+
"color",
57+
"sortOrder",
58+
"tagIds",
59+
"isSequential",
60+
"sequentialScope",
61+
"taskSortBy",
62+
"isFocused",
63+
"supportNotes",
64+
"attachments",
65+
"dueDate",
66+
"reviewAt",
67+
"areaId",
68+
"areaTitle",
69+
"rev",
70+
"revBy",
71+
"createdAt",
72+
"updatedAt",
73+
"deletedAt",
74+
"purgedAt",
75+
"startDate"
76+
],
77+
"pendingProduction": []
78+
},
79+
"MindwtrSection": {
80+
"deployed": [
81+
"projectId",
82+
"title",
83+
"sectionDescription",
84+
"sortOrder",
85+
"isCollapsed",
86+
"rev",
87+
"revBy",
88+
"createdAt",
89+
"updatedAt",
90+
"deletedAt",
91+
"deletedAtBeforeProjectArchive",
92+
"projectArchivedAt"
93+
],
94+
"pendingProduction": []
95+
},
96+
"MindwtrArea": {
97+
"deployed": [
98+
"name",
99+
"color",
100+
"icon",
101+
"sortOrder",
102+
"rev",
103+
"revBy",
104+
"createdAt",
105+
"updatedAt",
106+
"deletedAt"
107+
],
108+
"pendingProduction": []
109+
},
110+
"MindwtrPerson": {
111+
"deployed": [
112+
"name",
113+
"note",
114+
"referenceLink",
115+
"rev",
116+
"revBy",
117+
"createdAt",
118+
"updatedAt",
119+
"deletedAt"
120+
],
121+
"pendingProduction": []
122+
}
123+
}
125124
}

0 commit comments

Comments
 (0)