renamed schema to repository
This commit is contained in:
@@ -10,7 +10,7 @@ namespace matador::test {
|
||||
|
||||
QueryFixture::QueryFixture()
|
||||
: db(connection::dns)
|
||||
, schema(db.dialect().default_schema_name())
|
||||
, repo(db.dialect().default_schema_name())
|
||||
{
|
||||
REQUIRE(db.open());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user