mirror of
https://github.com/LemmyNet/lemmy
synced 2024-10-30 15:21:20 +00:00
7 lines
205 B
MySQL
7 lines
205 B
MySQL
|
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;
|
||
|
|