Database version increased, code simplified
This commit is contained in:
parent
29d83c0ffb
commit
d019ef57d2
3 changed files with 6 additions and 11 deletions
|
@ -55,7 +55,7 @@
|
|||
use Friendica\Database\DBA;
|
||||
|
||||
if (!defined('DB_UPDATE_VERSION')) {
|
||||
define('DB_UPDATE_VERSION', 1451);
|
||||
define('DB_UPDATE_VERSION', 1452);
|
||||
}
|
||||
|
||||
return [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue