mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-03 19:00:46 +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
|
class AddSnowflakeidsToUsersTable extends Migration
|
||||||
{
|
{
|
||||||
|
public function __construct()
|
||||||
|
{
|
||||||
|
DB::getDoctrineSchemaManager()->getDatabasePlatform()->registerDoctrineTypeMapping('enum', 'string');
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Run the migrations.
|
* Run the migrations.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue