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

Update snowflake migration
pull/1027/head
daniel 6 years ago committed by GitHub
commit 16a10a2d4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save