mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-04 12:31:08 +08:00
The mistake was made when flags were moved to the database. The `notify_moderators` (something else) flag should be the last position on the list. This commit contains 3 changes: - update fixtures order; - remove position and enable from fixtures (they can be overridden by admin and we don't want seed to restore them); - migration to fix data if the order was not changed by admin. |
||
|---|---|---|
| .. | ||
| 001_refresh.rb | ||
| 002_groups.rb | ||
| 003_flags.rb | ||
| 003_post_action_types.rb | ||
| 004_screened_ip_addresses.rb | ||
| 005_badge_types.rb | ||
| 006_badges.rb | ||
| 007_web_hook_event_types.rb | ||
| 009_users.rb | ||
| 010_uploads.rb | ||
| 500_categories.rb | ||
| 600_themes.rb | ||
| 990_settings.rb | ||
| 990_topics.rb | ||