Skip to content

Instantly share code, notes, and snippets.

@spyl94
Created November 8, 2018 11:32
Show Gist options
  • Save spyl94/d036263d0e3ba9bca301e6b61ab72c8e to your computer and use it in GitHub Desktop.
Save spyl94/d036263d0e3ba9bca301e6b61ab72c8e to your computer and use it in GitHub Desktop.
<?php
namespace Application\Migrations;
use Doctrine\DBAL\Schema\Schema;
use CapCollectif\IdToUuid\IdToUuidMigration;
class VersionXYZ extends IdToUuidMigration
{
public function postUp(Schema $schema)
{
$this->migrate('user');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment