Added auth
This commit is contained in:
@@ -9,6 +9,8 @@ mod m20260317_000006_create_search_cache;
|
||||
mod m20260317_000007_unique_artist_album;
|
||||
mod m20260317_000009_add_wanted_name;
|
||||
mod m20260317_000010_add_wanted_mbid;
|
||||
mod m20260319_000011_create_users;
|
||||
mod m20260319_000012_add_user_id_to_wanted_items;
|
||||
|
||||
pub struct Migrator;
|
||||
|
||||
@@ -25,6 +27,8 @@ impl MigratorTrait for Migrator {
|
||||
Box::new(m20260317_000007_unique_artist_album::Migration),
|
||||
Box::new(m20260317_000009_add_wanted_name::Migration),
|
||||
Box::new(m20260317_000010_add_wanted_mbid::Migration),
|
||||
Box::new(m20260319_000011_create_users::Migration),
|
||||
Box::new(m20260319_000012_add_user_id_to_wanted_items::Migration),
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user