Fix issues in Mysql schema

This commit is contained in:
Frederic Guillot
2015-10-17 22:41:27 -04:00
parent 11f16bce82
commit 85af2317c5
2 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ function version_72($pdo)
function version_71($pdo)
{
$pdo->exec("ALTER TABLE custom_filters ADD COLUMN append BOOLEAN DEFAULT '0'");
$pdo->exec("ALTER TABLE custom_filters ADD COLUMN \"append\" BOOLEAN DEFAULT '0'");
}
function version_70($pdo)