diff options
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r-- | includes/bootstrap.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index e83832d5b..e332e01b4 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -37,6 +37,11 @@ define('DRUPAL_MINIMUM_MYSQL', '5.0.15'); define('DRUPAL_MINIMUM_PGSQL', '8.3'); /** + * Minimum supported version of SQLite, if it is used. + */ +define('DRUPAL_MINIMUM_SQLITE', '3.3.7'); + +/** * Indicates that the item should never be removed unless explicitly selected. * * The item may be removed using cache_clear_all() with a cache ID. |