Adding force to update routine
authorPhilipp Holzer <admin@philipp.info>
Mon, 29 Oct 2018 09:16:07 +0000 (10:16 +0100)
committerPhilipp Holzer <admin@philipp.info>
Wed, 31 Oct 2018 13:44:40 +0000 (14:44 +0100)
commit270e817954ea491cd7a85cca1d592e66666c1ae9
tree43db1b159a16e68b30528d08a3095963a3104b15
parentf2ec963b9500aba74ac2210f99bae3fda88a7411
Adding force to update routine

- Introduced Cache::NEVER Lock (never expiring lock)
- Force flag for dbstructure update
- Moving the business logic to central place in Update class
src/Core/Cache.php
src/Core/Cache/DatabaseCacheDriver.php
src/Core/Cache/ICacheDriver.php
src/Core/Cache/IMemoryCacheDriver.php
src/Core/Console/DatabaseStructure.php
src/Core/Lock.php
src/Core/Update.php
src/Database/DBStructure.php
update.php