Ignore:
Timestamp:
Jul 13, 2015 8:11:33 PM (9 years ago)
Author:
anonymous
Message:

Added common config for codebase cli scripts. Changed behavior of db_auth.json loading. validSignature() now fails on empty string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Version.inc.php

    r523 r532  
    5353        // This value is overwritten by the $app->getParam('db_create_tables') setting if it is available.
    5454        'create_table' => true,
     55
    5556        // If true, makes an exact comparison of saved vs. live table schemas. If false, just checks that the saved columns are available.
    5657        'db_schema_strict' => true,
Note: See TracChangeset for help on using the changeset viewer.