Skip to content

How to specify shema name when migration? #205

@yongwoon

Description

@yongwoon

I trying to migration.

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();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions