Add `generateChangeScript()` back
This commit is contained in:
parent
397a763c49
commit
3be2643168
|
@ -95,6 +95,15 @@ class MDB2SchemaManager {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @param \Doctrine\DBAL\Schema\Schema $schema
|
||||
* @return string
|
||||
*/
|
||||
public function generateChangeScript($schema) {
|
||||
$migrator = $this->getMigrator();
|
||||
return $migrator->generateChangeScript($schema);
|
||||
}
|
||||
|
||||
/**
|
||||
* remove all tables defined in a database structure xml file
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue