discourse/db
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
..
fixtures FIX: move something else flag to the bottom (#27366) 2024-06-06 15:45:30 +10:00
migrate FIX: move something else flag to the bottom (#27366) 2024-06-06 15:45:30 +10:00
post_migrate DEV: Delete upload references on draft cleanup (#26877) 2024-05-06 14:08:10 +08:00
api_test_seeds.rb DEV: Apply syntax_tree formatting to `db/*` 2023-01-09 11:59:41 +00:00