1
0
Fork 0

Merge pull request #1014 from pixelfed/frontend-ui-refactor

Update snowflake migration
This commit is contained in:
daniel 2019-03-11 23:48:11 -06:00 committed by GitHub
commit 16a10a2d4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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.
*