/** * Unfreezes the database. This means that RedBean can dynamically * modify the database as it executes during development. */ public static function unfreeze() { ZurmoRedBean::freeze(false); }