Commit 22707e07 authored by Alexandru Patranescu's avatar Alexandru Patranescu Committed by Benjamin Eberlei

fixed

parent 450a2a37
......@@ -155,6 +155,9 @@ class Schema extends AbstractAsset
*/
private function getFullQualifiedAssetName($name)
{
if ($this->isQuoted($name)) {
$name = $this->trimQuotes($name);
}
if (strpos($name, ".") === false) {
$name = $this->getName() . "." . $name;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment