File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 3
3
This file documents changes in the data model. Please explain any changes to the
4
4
data model as well as any custom migrations.
5
5
6
+ ## WordPress 140
7
+
8
+ @dvdchr 2022-05-13
9
+
10
+ - Created a new entity ` BloggingPrompt ` with:
11
+ - ` promptID ` (required, default ` 0 ` , ` Int 32 ` )
12
+ - ` siteID ` (required, default ` 0 ` , ` Int 32 ` )
13
+ - ` text ` (required, default empty string, ` String ` )
14
+ - ` title ` (required, default empty string, ` String ` )
15
+ - ` content ` (required, default empty string, ` String ` )
16
+ - ` attribution ` (required, default empty string, ` String ` )
17
+ - ` date ` (optional, no default, ` Date ` )
18
+ - ` answered ` (required, default ` NO ` , ` Boolean ` )
19
+ - ` answerCount ` (required, default ` 0 ` , ` Int 32 ` )
20
+ - ` displayAvatarURLs ` (optional, no default, ` Transformable ` with type ` [URL] ` )
21
+
6
22
## WordPress 138
7
23
8
24
@dvdchr 2022-03-07
You can’t perform that action at this time.
0 commit comments