Input date format is now a config parameter instead of the current locale
This commit is contained in:
@@ -5,7 +5,13 @@ namespace Schema;
|
||||
use PDO;
|
||||
use Core\Security;
|
||||
|
||||
const VERSION = 10;
|
||||
const VERSION = 11;
|
||||
|
||||
function version_11($pdo)
|
||||
{
|
||||
$rq = $pdo->prepare('INSERT INTO settings VALUES (?, ?)');
|
||||
$rq->execute(array('application_date_format', 'm/d/Y'));
|
||||
}
|
||||
|
||||
function version_10($pdo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user