diff options
Diffstat (limited to 'app/Schema/Postgres.php')
-rw-r--r-- | app/Schema/Postgres.php | 2 |
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) |