aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Admin/Dbsync.php
Commit message (Collapse)AuthorAgeFilesLines
* fix various issuesMario2022-10-211-21/+9
|
* port db update improvements from zapMario Vavti2019-05-031-2/+43
|
* refactor of the DB update system. Updates are now stored individually in ↵zotlabs2018-02-161-25/+29
| | | | Zotlabs/Update/_nnnn.php and are objects; so only the pending updates need to be loaded and executed rather than all historical updates. There is one single number (DB_UPDATE_VERSION) representing the current version and it is EQUAL TO the last known update. A dummy update _1201 was created to address the difference in counting behaviour; it will be executed on the next change of DB_UPDATE_VERSION as well as the next update. The database config values are also loaded from disk on every update immediately before setting the update lock in order to reduce timing conflicts and race conditions.
* more backquotes - this should take care of most except for the array import ↵zotlabs2016-10-091-1/+1
| | | | queries
* move the rest of mod_admin to sub modulesredmatrix2016-09-051-0/+68