discourse/db/fixtures
Krzysztof Kotlarek 4b1e017722
FIX: move something else flag to the bottom (#27366)
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.
2024-06-06 15:45:30 +10:00
..
001_refresh.rb DEV: Apply syntax_tree formatting to `db/*` 2023-01-09 11:59:41 +00:00
002_groups.rb DEV: Apply syntax_tree formatting to `db/*` 2023-01-09 11:59:41 +00:00
003_flags.rb FIX: move something else flag to the bottom (#27366) 2024-06-06 15:45:30 +10:00
003_post_action_types.rb DEV: Apply syntax_tree formatting to `db/*` 2023-01-09 11:59:41 +00:00
004_screened_ip_addresses.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
005_badge_types.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
006_badges.rb UX: Update badge icons (#20462) 2023-02-28 10:42:05 +08:00
007_web_hook_event_types.rb FEATURE: granular webhooks (#23070) 2023-10-09 03:35:31 +00:00
009_users.rb DEV: Use Discourse::SYSTEM_USER_ID in fixtures/009_users (#24743) 2023-12-07 09:04:45 +10:00
010_uploads.rb DEV: update comments on unused Uploads. -4 is now considered reserved. (#14362) 2021-09-16 17:44:51 -04:00
500_categories.rb DEV: Apply syntax_tree formatting to `db/*` 2023-01-09 11:59:41 +00:00
600_themes.rb DEV: Use Discourse::SYSTEM_USER_ID in fixtures/009_users (#24743) 2023-12-07 09:04:45 +10:00
990_settings.rb DEV: Only warn about invalid email setting in production 2020-04-15 11:21:21 -04:00
990_topics.rb DEV: Apply syntax_tree formatting to `db/*` 2023-01-09 11:59:41 +00:00