mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
7 lines
162 B
MySQL
7 lines
162 B
MySQL
|
alter table site
|
||
|
drop column actor_id,
|
||
|
drop column last_refreshed_at,
|
||
|
drop column inbox_url,
|
||
|
drop column private_key,
|
||
|
drop column public_key;
|