summaryrefslogtreecommitdiff
path: root/app/Schema/Postgres.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-10-17 22:41:27 -0400
committerFrederic Guillot <fred@kanboard.net>2015-10-17 22:41:27 -0400
commit85af2317c56ed498e37426bcab8fa729f28f3afa (patch)
treef1c4445e6dcf91cad85657b4172f21277b421f77 /app/Schema/Postgres.php
parent11f16bce82d4bbfd8dc30342eaab59de12c5421d (diff)
Fix issues in Mysql schema
Diffstat (limited to 'app/Schema/Postgres.php')
-rw-r--r--app/Schema/Postgres.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Schema/Postgres.php b/app/Schema/Postgres.php
index 165b11d2..9e12a5e8 100644
--- a/app/Schema/Postgres.php
+++ b/app/Schema/Postgres.php
@@ -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)