]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/default.php
Some UI adjustments for form notice
[quix0rs-gnu-social.git] / lib / default.php
index 7af94d2ad6081c11683f1eceb2206f741214c9f6..f9670cb7f96523c1122ff6b7cbc970e6eb50f67c 100644 (file)
@@ -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