aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pragma.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pragma.c b/src/pragma.c
index 70c2950c8..4c4bc71ad 100644
--- a/src/pragma.c
+++ b/src/pragma.c
@@ -1706,7 +1706,9 @@ void sqlite3Pragma(
** PRAGMA [schema.]user_version
** PRAGMA [schema.]user_version = <integer>
**
- ** PRAGMA [schema.]freelist_count = <integer>
+ ** PRAGMA [schema.]freelist_count
+ **
+ ** PRAGMA [schema.]data_version
**
** PRAGMA [schema.]application_id
** PRAGMA [schema.]application_id = <integer>