mirror of
https://github.com/friendica/friendica
synced 2024-11-12 22:22:54 +00:00
Push DB_UPDATE_VERSION
This commit is contained in:
parent
6a04ba4014
commit
e6c00832da
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
use Friendica\Database\DBA;
|
use Friendica\Database\DBA;
|
||||||
|
|
||||||
if (!defined('DB_UPDATE_VERSION')) {
|
if (!defined('DB_UPDATE_VERSION')) {
|
||||||
define('DB_UPDATE_VERSION', 1295);
|
define('DB_UPDATE_VERSION', 1296);
|
||||||
}
|
}
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
Loading…
Reference in a new issue