Use aliases when migrating data. Fixes #2240
This commit is contained in:
@@ -31,4 +31,11 @@ interface System
|
||||
* @return string
|
||||
*/
|
||||
public function getVersion();
|
||||
|
||||
/**
|
||||
* Get the table prefix.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getTablePrefix();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user