1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-28 21:47:11 +00:00

set SCHEMA_VERSION to 93

This commit is contained in:
Andrew Dolgov
2012-08-13 14:49:31 +04:00
parent 9432bfa076
commit f5fdc4f4f1

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');