mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -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
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
\Illuminate\Support\Facades\DB::getDoctrineSchemaManager()
|
||||
->getDatabasePlatform()->registerDoctrineTypeMapping('point', 'string');
|
||||
}
|
||||
|
||||
/**
|
||||
* The stream definition.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user