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.../up.sql

7 lines
205 B
SQL

ALTER TABLE local_site_rate_limit
ADD COLUMN import_user_settings int NOT NULL DEFAULT 1;
ALTER TABLE local_site_rate_limit
ADD COLUMN import_user_settings_per_second int NOT NULL DEFAULT 86400;