Skip to main content

create_synced_schema

Function create_synced_schema 

Source
pub fn create_synced_schema(conn: &MigrationContext<'_>) -> Result<(), DbError>
Expand description

Create the synthetic test schema on a connection. Run as the host migration step for open_test_db (see test_migrations).