mirror of https://github.com/LemmyNet/lemmy.git
7 lines
157 B
MySQL
7 lines
157 B
MySQL
|
ALTER TABLE local_site_rate_limit
|
||
|
DROP COLUMN import_user_settings;
|
||
|
|
||
|
ALTER TABLE local_site_rate_limit
|
||
|
DROP COLUMN import_user_settings_per_second;
|
||
|
|