Skip to content

Commit 8bc3d53

Browse files
committed
Add count reconciliation SQL to readme.
1 parent 0a0ab20 commit 8bc3d53

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,12 @@ Test Swift cli
240240
./venv/bin/swift stat ${OS_CONTAINER} ${ID}
241241
```
242242

243+
Test number of items in the audit report (based on the Drupal View: Content). The preservation views were missing items (see issue [354](https://gitlab.com/calincs/cwrc/leaf/leaf-base-i8/-/issues/354)).
244+
245+
``` SQL
246+
SELECT count(*) FROM node_field_data as node_field_data
247+
```
248+
243249
### Enhancements
244250

245251
* If a Drupal Media item is not attached to a Drupal Node then the Drupal Media will **not** be preserved (in 2024).

0 commit comments

Comments
 (0)