mirror of https://github.com/LemmyNet/lemmy.git
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;
|