You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sucess to migration ref the #105.
but I couldn't specify schema.
How can I set schema when migration?
mod embedded {
use refinery::embed_migrations;
embed_migrations!("./migrations");
}
let _report = embedded::migrations::runner()
.run_async(client)
.await.unwrap();