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; +