set SCHEMA_VERSION to 93

This commit is contained in:
Andrew Dolgov 2012-08-13 14:49:31 +04:00
parent 9432bfa076
commit f5fdc4f4f1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
define('EXPECTED_CONFIG_VERSION', 25);
define('SCHEMA_VERSION', 92);
define('SCHEMA_VERSION', 93);
mb_internal_encoding("UTF-8");
date_default_timezone_set('UTC');