discourse/db
Ted Johansson ede73f923f
DEV: Change fast typer trust level setting to enum type (#23429)
We have one site setting, `auto_silence_fast_typers_max_trust_level`, which expects a trust level. However, the type is set to integer, which makes it very hard for a layman to enter the correct thing.

This PR changes the type of the site setting to the `TrustLevelSetting` enum.

The use of these are interchangeable in the back-end, since `SiteSetting.auto_silence_fast_typers_max_trust_level` still returns the integer value with the enum.
2023-09-06 17:35:11 +08:00
..
fixtures FEATURE: add topic voting webhook event type (#23072) 2023-08-11 13:42:28 -03:00
migrate DEV: Change fast typer trust level setting to enum type (#23429) 2023-09-06 17:35:11 +08:00
post_migrate DEV: Promote historic post_deploy migrations 2023-07-26 10:36:37 +02:00
api_test_seeds.rb DEV: Apply syntax_tree formatting to `db/*` 2023-01-09 11:59:41 +00:00