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/2023-09-28-084231_import_us.../down.sql

7 lines
157 B
SQL

ALTER TABLE local_site_rate_limit
DROP COLUMN import_user_settings;
ALTER TABLE local_site_rate_limit
DROP COLUMN import_user_settings_per_second;