1
0
Fork 0

Remove redundant index

- Increase UPDATE_VERSION and DB_UPDATE_VERSION
This commit is contained in:
Hypolite Petovan 2017-12-15 11:36:06 -05:00
commit 6dbd68e0cb
3 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<?php
define('UPDATE_VERSION' , 1236);
define('UPDATE_VERSION' , 1237);
use Friendica\Core\Config;
use Friendica\Core\PConfig;