2021-10-11 21:43:57 +00:00
|
|
|
package all
|
|
|
|
|
2021-10-29 20:34:01 +00:00
|
|
|
// NOTE: Down() is purposefully left as a no-op here because this migration fills in
|
|
|
|
// values that were missing because of a logic bug, and doesn't actually modify the
|
|
|
|
// metadata schema.
|
2021-10-11 21:43:57 +00:00
|
|
|
var Migration0018_RepairMissingShardGroupDurations = UpOnlyMigration(
|
|
|
|
"repair missing shard group durations",
|
|
|
|
repairMissingShardGroupDurations,
|
|
|
|
)
|