summaryrefslogtreecommitdiff
path: root/app/Schema
diff options
context:
space:
mode:
Diffstat (limited to 'app/Schema')
-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 9c72141a..e7f89f82 100644
--- a/app/Schema/Postgres.php
+++ b/app/Schema/Postgres.php
@@ -12,7 +12,7 @@ function version_98(PDO $pdo)
{
$pdo->exec('ALTER TABLE "comments" ADD COLUMN date_modification BIGINT');
$pdo->exec('UPDATE "comments"
- SET date_modificaiton = date_creation
+ SET date_modification = date_creation
WHERE date_modification IS NULL');
}