You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.
$sql = 'INSERT INTO platform_banner(importance, message) VALUES ("critical", "This platform is based on docker image <a href=https://hub.docker.com/r/enalean/tuleap-aio>enalean/tuleap-aio</a> that is no longer maintained. Please report this issue to Tuleap admins and check <a href=https://hub.docker.com/r/tuleap/tuleap-community-edition>new docker image</a>")';
$res = $this->db->dbh->exec($sql);
if ($res === false) {
throw new ForgeUpgrade_Bucket_Exception_UpgradeNotComplete('cannot add message');