forked from mirror/pixelfed
Merge pull request #1014 from pixelfed/frontend-ui-refactor
Update snowflake migration
This commit is contained in:
commit
16a10a2d4c
|
@ -6,6 +6,11 @@ use Illuminate\Database\Migrations\Migration;
|
|||
|
||||
class AddSnowflakeidsToUsersTable extends Migration
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
DB::getDoctrineSchemaManager()->getDatabasePlatform()->registerDoctrineTypeMapping('enum', 'string');
|
||||
}
|
||||
|
||||
/**
|
||||
* Run the migrations.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue