Skip to content

Reset mode does not create PosgreSQL's schema  #22

@JanTvrdik

Description

@JanTvrdik

See

$this->driver->setupConnection();
$this->driver->lock();
if ($mode === self::MODE_RESET) {
$this->driver->emptyDatabase();
$this->printer->printReset();
}
, $this->driver->lock() required the schema to already exist

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions