mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update snowflake migration
This commit is contained in:
parent
00bcf53045
commit
b141b23a3f
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