discourse-solved/db
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
..
fixtures FIX: Use generic, static names for badges 2022-11-23 11:07:49 +01:00
migrate FIX: Use generic, static names for badges 2022-11-23 11:07:49 +01:00
post_migrate DEV: Avoid nil custom fields (#128) 2021-05-05 12:19:00 +02:00