Skip to content

Commit

Permalink
Actually add the migration
Browse files Browse the repository at this point in the history
  • Loading branch information
inahga committed Apr 12, 2024
1 parent e46d404 commit 1b8c84d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migration/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ impl MigratorTrait for Migrator {
Box::new(m20231012_225001_rename_hpke_configs_to_collector_credentials::Migration),
Box::new(m20231012_233117_add_token_hash_to_collector_credential::Migration),
Box::new(m20240214_215101_upload_metrics::Migration),
Box::new(m20240411_195358_time_bucketed_fixed_size::Migration),
]
}
}

0 comments on commit 1b8c84d

Please sign in to comment.