You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/migrations/2022-01-28-104106_instance-.../down.sql

8 lines
163 B
SQL

ALTER TABLE site
DROP COLUMN actor_id,
DROP COLUMN last_refreshed_at,
DROP COLUMN inbox_url,
DROP COLUMN private_key,
DROP COLUMN public_key;