Fixed database updates

This commit is contained in:
Tobias Reich 2016-01-30 23:07:59 +01:00
parent e89203bcb1
commit fe2c56422d
4 changed files with 16 additions and 0 deletions

View File

@ -4,6 +4,10 @@
* Update to version 2.7.0
*/
namespace Lychee\Database;
use Lychee\Modules\Database;
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
// Add medium to photos

View File

@ -4,6 +4,10 @@
* Update to version 3.0.0
*/
namespace Lychee\Database;
use Lychee\Modules\Database;
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
// Remove login

View File

@ -4,6 +4,10 @@
* Update to version 3.0.1
*/
namespace Lychee\Database;
use Lychee\Modules\Database;
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
// Change length of photo title

View File

@ -4,6 +4,10 @@
* Update to version 3.0.3
*/
namespace Lychee\Database;
use Lychee\Modules\Database;
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
// Add skipDuplicates to settings