From 22e79fe4c5564d118f1057e3b90b08b7f8bb19d2 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 11 Jun 2025 14:48:50 +0200 Subject: [PATCH] unformatted --- migrations/2025-06-08-084651_rename_timestamp_add_at/up.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/2025-06-08-084651_rename_timestamp_add_at/up.sql b/migrations/2025-06-08-084651_rename_timestamp_add_at/up.sql index 2361967fc..a22e0c612 100644 --- a/migrations/2025-06-08-084651_rename_timestamp_add_at/up.sql +++ b/migrations/2025-06-08-084651_rename_timestamp_add_at/up.sql @@ -10,7 +10,7 @@ ALTER TABLE admin_purge_community RENAME COLUMN published TO published_at; ALTER TABLE admin_purge_person RENAME COLUMN published TO published_at; -ALTER TABLE admin_purge_post RENAME COLUMN published TO published_at; +ALTER table admin_purge_post RENAME COLUMN published TO published_at; ALTER TABLE captcha_answer RENAME COLUMN published TO published_at;