Skip to main content

initialize_root_migrations

Function initialize_root_migrations 

Source
pub async fn initialize_root_migrations(
    db: impl PgExecutor<'_>,
) -> Result<(), Error>
Expand description

Initialize the table used for root migration tracking

(Must be performed before normal migrations can happen otherwise tracking will fail)