mirror of
https://github.com/discourse/discourse.git
synced 2026-08-13 14:35:08 -05:00
Previously we only supported a single 'required tag group' for a category. This commit allows admins to specify multiple required tag groups, each with their own minimum tag count. A new category_required_tag_groups database table replaces the existing columns on the categories table. Data is automatically migrated.