This commit is contained in:
Felix Ableitner 2024-05-30 12:01:00 +02:00
parent 827910c48d
commit 38d9eb6f92
2 changed files with 6 additions and 2 deletions

View file

@ -1 +1,3 @@
ALTER TABLE sent_activity ALTER COLUMN actor_apub_id DROP NOT NULL;
ALTER TABLE sent_activity
ALTER COLUMN actor_apub_id DROP NOT NULL;

View file

@ -1 +1,3 @@
ALTER TABLE sent_activity ALTER COLUMN actor_apub_id SET NOT NULL;
ALTER TABLE sent_activity
ALTER COLUMN actor_apub_id SET NOT NULL;