lemmy/migrations/2024-05-30-085949_activity_actor_not_null/up.sql

4 lines
72 B
MySQL
Raw Normal View History

2024-05-30 10:01:00 +00:00
ALTER TABLE sent_activity
ALTER COLUMN actor_apub_id SET NOT NULL;