This commit is contained in:
Simon Brüchner 2015-09-02 15:51:04 +02:00
parent d66dd05458
commit 9416c31805

View File

@ -181,7 +181,7 @@ abstract class DBSchemaManager {
return (bool) $this->schemaUpdateTransaction; return (bool) $this->schemaUpdateTransaction;
} }
// Transactional schema altering functions - they don't do anyhting except for update schemaUpdateTransaction // Transactional schema altering functions - they don't do anything except for update schemaUpdateTransaction
/** /**
* Instruct the schema manager to record a table creation to later execute * Instruct the schema manager to record a table creation to later execute