Compare commits
No commits in common. "ce5a97ce458d5efe516624b34ed2ebb2ef033e5f" and "b64f416fc0ea56d195f5b26eba389c255b21c0fd" have entirely different histories.
ce5a97ce45
...
b64f416fc0
@ -39,5 +39,5 @@ class Column extends InformationSchema\Column
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
}
|
@ -38,5 +38,5 @@ class Column extends Sqlite
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
}
|
@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
namespace Lean\Console\Lib;
|
namespace Lean\Console\Lib;
|
||||||
|
|
||||||
use Ulmus\Adapter\SqlAdapterInterface;
|
|
||||||
|
|
||||||
class DatabaseMigrations
|
class DatabaseMigrations
|
||||||
{
|
{
|
||||||
public array $folderList;
|
public array $folderList;
|
||||||
@ -29,11 +27,7 @@ class DatabaseMigrations
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
$resolve = $entity::resolveEntity();
|
$this->entities[$entity] = $entity::resolveEntity();
|
||||||
|
|
||||||
if ( $resolve->sqlAdapter()->adapter() instanceof SqlAdapterInterface) {
|
|
||||||
$this->entities[$entity] = $resolve;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user