mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 12:05:01 +00:00
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;
|
||
|
|