create track2groups table

This commit is contained in:
D. Scott Boggs 2023-06-07 08:32:15 -04:00
parent f7e95ea0a8
commit 77669ffd9a

View file

@ -8,7 +8,7 @@ pub struct Migration;
impl MigrationName for Migration {
fn name(&self) -> &str {
"m20230606_000001_create_tracks_table"
"m20230606_000001_create_track2groups_table"
}
}