mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #1014 from pixelfed/frontend-ui-refactor
Update snowflake migration
This commit is contained in:
commit
16a10a2d4c
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue