Use aliases when migrating data. Fixes #2240

This commit is contained in:
James Brooks
2016-11-14 18:36:42 +00:00
parent f05156412e
commit 341bfb08a8
6 changed files with 53 additions and 3 deletions

View File

@@ -31,4 +31,11 @@ interface System
* @return string
*/
public function getVersion();
/**
* Get the table prefix.
*
* @return string
*/
public function getTablePrefix();
}