Add caveats to "preferences" table (#8652)

Co-authored-by: Guillaume Ross <guillaume@fleetdm.com>
This commit is contained in:
Mike McNeil 2022-12-07 08:08:15 -06:00 committed by GitHub
parent 9ee09cd133
commit 6049822df3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,8 @@ examples: >-
SELECT * FROM preferences WHERE subkey='dailyEvents/2/enrolledUserCount';
```
notes: >-
- The `value` column will be empty for keys that contain binary data.
columns:
- name: username
requires_user_context: true