backport update 1201 to the new update system and move dummy update to 1202
This commit is contained in:
15
Zotlabs/Update/_1202.php
Normal file
15
Zotlabs/Update/_1202.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Zotlabs\Update;
|
||||
|
||||
class _1202 {
|
||||
|
||||
function run() {
|
||||
|
||||
// empty update in order to make the DB_UPDATE_VERSION equal to the current maximum update function
|
||||
// rather than being one greater than the last known update
|
||||
|
||||
return UPDATE_SUCCESS;
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user