discourse-solved/db/migrate
Gerhard Schlager d6c8089ca3 FIX: Use generic, static names for badges
This is necessary, because seeding badges with a translated name will result in duplicate badges whenever the default locale changes. The static name solves this.
Moreover, it's not necessary to set the description during seeding. The serializer will localize the names and descriptions at runtime.

The DB migration tries to rename the existing badges by looking them up by their translated time.
2022-11-23 11:07:49 +01:00
..
20191209095548_ensures_unique_accepted_answer_post_id.rb FIX: applies a unique index for accepted_answer_post_id custom field (#83) 2019-12-12 12:00:28 +01:00
20210218022053_solved_fix_high_auto_close_topic_hours.rb FIX: Add min/max values for auto close hours (#121) 2021-02-18 13:49:39 +10:00
20210618142654_recreate_solutions_column.rb Re-add usage of `add_directory_column` for user directory table solutions count (#140) 2021-06-22 13:18:23 -05:00
20221121223417_rename_badges.rb FIX: Use generic, static names for badges 2022-11-23 11:07:49 +01:00