Bump: 0.5.0 : unlisted, password and locked stream support
This commit is contained in:
@@ -4,6 +4,8 @@ mod m20260616_000001_create_users;
|
||||
mod m20260616_000002_create_stream_key;
|
||||
mod m20260616_000003_create_stream_session;
|
||||
mod m20260616_000004_create_auth_session;
|
||||
mod m20260815_000005_add_password_to_stream_key;
|
||||
mod m20260815_000006_set_stream_keys_unlisted;
|
||||
|
||||
pub struct Migrator;
|
||||
|
||||
@@ -15,6 +17,8 @@ impl MigratorTrait for Migrator {
|
||||
Box::new(m20260616_000002_create_stream_key::Migration),
|
||||
Box::new(m20260616_000003_create_stream_session::Migration),
|
||||
Box::new(m20260616_000004_create_auth_session::Migration),
|
||||
Box::new(m20260815_000005_add_password_to_stream_key::Migration),
|
||||
Box::new(m20260815_000006_set_stream_keys_unlisted::Migration),
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user