diff options
author | Evan Prodromou <evan@status.net> | 2009-10-01 15:11:12 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-10-01 15:11:12 -0400 |
commit | d103522ff364098ed26305b31d1cb62f87de1318 (patch) | |
tree | 2e40dc7163f60777ea7466dac1134f8f50a5e3b3 /lib/default.php | |
parent | b980f5e45b613d60e968e84b304ef9db260f24c2 (diff) |
check the schema
Diffstat (limited to 'lib/default.php')
-rw-r--r-- | lib/default.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/default.php b/lib/default.php index 7af94d2ad..f9670cb7f 100644 --- a/lib/default.php +++ b/lib/default.php @@ -64,7 +64,8 @@ $default = 'utf8' => true, 'db_driver' => 'DB', # XXX: JanRain libs only work with DB 'quote_identifiers' => false, - 'type' => 'mysql' ), + 'type' => 'mysql', + 'schemacheck' => 'runtime'), // 'runtime' or 'script' 'syslog' => array('appname' => 'statusnet', # for syslog 'priority' => 'debug', # XXX: currently ignored |