Skip to content

Commit e006901

Browse files
committed
Update MIGRATIONS
1 parent d5f0085 commit e006901

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

MIGRATIONS.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
This file documents changes in the data model. Please explain any changes to the
44
data model as well as any custom migrations.
55

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+
622
## WordPress 138
723

824
@dvdchr 2022-03-07

0 commit comments

Comments
 (0)