Fixed database updates
This commit is contained in:
parent
e89203bcb1
commit
fe2c56422d
@ -4,6 +4,10 @@
|
|||||||
* Update to version 2.7.0
|
* Update to version 2.7.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
namespace Lychee\Database;
|
||||||
|
|
||||||
|
use Lychee\Modules\Database;
|
||||||
|
|
||||||
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
||||||
|
|
||||||
// Add medium to photos
|
// Add medium to photos
|
||||||
|
@ -4,6 +4,10 @@
|
|||||||
* Update to version 3.0.0
|
* Update to version 3.0.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
namespace Lychee\Database;
|
||||||
|
|
||||||
|
use Lychee\Modules\Database;
|
||||||
|
|
||||||
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
||||||
|
|
||||||
// Remove login
|
// Remove login
|
||||||
|
@ -4,6 +4,10 @@
|
|||||||
* Update to version 3.0.1
|
* Update to version 3.0.1
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
namespace Lychee\Database;
|
||||||
|
|
||||||
|
use Lychee\Modules\Database;
|
||||||
|
|
||||||
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
||||||
|
|
||||||
// Change length of photo title
|
// Change length of photo title
|
||||||
|
@ -4,6 +4,10 @@
|
|||||||
* Update to version 3.0.3
|
* Update to version 3.0.3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
namespace Lychee\Database;
|
||||||
|
|
||||||
|
use Lychee\Modules\Database;
|
||||||
|
|
||||||
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
||||||
|
|
||||||
// Add skipDuplicates to settings
|
// Add skipDuplicates to settings
|
||||||
|
Loading…
Reference in New Issue
Block a user