]> git.wh0rd.org Git - tt-rss.git/commitdiff
set SCHEMA_VERSION to 93
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 13 Aug 2012 10:49:31 +0000 (14:49 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 13 Aug 2012 10:49:31 +0000 (14:49 +0400)
include/functions.php

index 4ba60e84414c7e510e698cc8fcc55b67d4189d48..009955c999f371221ee8ae1dcbced7f6d760162a 100644 (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');