mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Reverted r104923, as current database releases of mssql and sqlite3 modules don't support this yet (from r104924)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112406 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
84b74a6d23
commit
d135ae6837
@ -30,13 +30,6 @@ interface DatabaseConfigurationHelper {
|
||||
*/
|
||||
public function requireDatabaseConnection($databaseConfig);
|
||||
|
||||
/**
|
||||
* Ensure that the database version is correct.
|
||||
* @param array $databaseConfig Associative array of db configuration, e.g. "server", "username" etc
|
||||
* @return array Result - e.g. array('success' => true, 'error' => 'details of error')
|
||||
*/
|
||||
public function requireDatabaseVersion($databaseConfig);
|
||||
|
||||
/**
|
||||
* Ensure that the database connection is able to use an existing database,
|
||||
* or be able to create one if it doesn't exist.
|
||||
|
Loading…
Reference in New Issue
Block a user