diff options
| -rw-r--r-- | phpBB/phpbb/db/migrator.php | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/phpBB/phpbb/db/migrator.php b/phpBB/phpbb/db/migrator.php index 4b1ab1fd32..8bc63e564a 100644 --- a/phpBB/phpbb/db/migrator.php +++ b/phpBB/phpbb/db/migrator.php @@ -768,6 +768,10 @@ class migrator  		return $this->migrations;  	} +	/** +	* Creates the migrations table if it does not exist. +	* @return null +	*/  	public function create_migrations_table()  	{  		// Make sure migrations have been installed. | 
