From 38d9eb6f9239619b0d76d62c88edfa0493d3371f Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Thu, 30 May 2024 12:01:00 +0200 Subject: [PATCH] fmt --- migrations/2024-05-30-085949_activity_actor_not_null/down.sql | 4 +++- migrations/2024-05-30-085949_activity_actor_not_null/up.sql | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/migrations/2024-05-30-085949_activity_actor_not_null/down.sql b/migrations/2024-05-30-085949_activity_actor_not_null/down.sql index ddf10e978..6e1d1f62e 100644 --- a/migrations/2024-05-30-085949_activity_actor_not_null/down.sql +++ b/migrations/2024-05-30-085949_activity_actor_not_null/down.sql @@ -1 +1,3 @@ -ALTER TABLE sent_activity ALTER COLUMN actor_apub_id DROP NOT NULL; \ No newline at end of file +ALTER TABLE sent_activity + ALTER COLUMN actor_apub_id DROP NOT NULL; + diff --git a/migrations/2024-05-30-085949_activity_actor_not_null/up.sql b/migrations/2024-05-30-085949_activity_actor_not_null/up.sql index bf5c8bac5..54d7bc327 100644 --- a/migrations/2024-05-30-085949_activity_actor_not_null/up.sql +++ b/migrations/2024-05-30-085949_activity_actor_not_null/up.sql @@ -1 +1,3 @@ -ALTER TABLE sent_activity ALTER COLUMN actor_apub_id SET NOT NULL; \ No newline at end of file +ALTER TABLE sent_activity + ALTER COLUMN actor_apub_id SET NOT NULL; +