mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 23:36:08 -06:00
#3348 Update error "Unknown database type point requested"
This commit is contained in:
parent
dbf6d51148
commit
f840029560
@ -4,6 +4,11 @@ use Anomaly\Streams\Platform\Database\Migration\Migration;
|
|||||||
|
|
||||||
class VisiosoftModuleAdvsCreateAdvsStream extends Migration
|
class VisiosoftModuleAdvsCreateAdvsStream extends Migration
|
||||||
{
|
{
|
||||||
|
public function __construct()
|
||||||
|
{
|
||||||
|
\Illuminate\Support\Facades\DB::getDoctrineSchemaManager()
|
||||||
|
->getDatabasePlatform()->registerDoctrineTypeMapping('point', 'string');
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The stream definition.
|
* The stream definition.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user