Create up.sql

This commit is contained in:
dullbananas 2024-06-11 14:38:06 -07:00 committed by GitHub
parent b360342856
commit b4bc5c60c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,8 @@
ALTER TABLE comment
ALTER COLUMN ap_id DROP DEFAULT;
ALTER TABLE community
ALTER COLUMN actor_id DROP DEFAULT,
ALTER COLUMN followers_url DROP DEFAULT,
ALTER COLUMN inbox_url DROP DEFAULT,
ALTER COLUMN shared_inbox_url DROP DEFAULT;