mirror of
https://github.com/friendica/friendica
synced 2024-11-19 10:23:41 +00:00
Merge pull request #5064 from annando/followup-pr-5060
Follow up to PR 5060: Missing index update
This commit is contained in:
commit
dcc8274353
2 changed files with 2 additions and 2 deletions
2
boot.php
2
boot.php
|
@ -41,7 +41,7 @@ define('FRIENDICA_PLATFORM', 'Friendica');
|
||||||
define('FRIENDICA_CODENAME', 'The Tazmans Flax-lily');
|
define('FRIENDICA_CODENAME', 'The Tazmans Flax-lily');
|
||||||
define('FRIENDICA_VERSION', '2018.05-rc');
|
define('FRIENDICA_VERSION', '2018.05-rc');
|
||||||
define('DFRN_PROTOCOL_VERSION', '2.23');
|
define('DFRN_PROTOCOL_VERSION', '2.23');
|
||||||
define('DB_UPDATE_VERSION', 1261);
|
define('DB_UPDATE_VERSION', 1262);
|
||||||
define('NEW_UPDATE_ROUTINE_VERSION', 1170);
|
define('NEW_UPDATE_ROUTINE_VERSION', 1170);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1799,7 +1799,7 @@ class DBStructure
|
||||||
"pid" => ["pid"],
|
"pid" => ["pid"],
|
||||||
"parameter" => ["parameter(64)"],
|
"parameter" => ["parameter(64)"],
|
||||||
"priority_created" => ["priority", "created"],
|
"priority_created" => ["priority", "created"],
|
||||||
"executed" => ["executed"],
|
"done_executed" => ["done", "executed"],
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue