Create new migration to drop old device_long_urls table

This commit is contained in:
Alejandro Celaya
2024-02-27 09:09:03 +01:00
parent 73864b923d
commit 4ad3dc0bc7
4 changed files with 63 additions and 40 deletions

View File

@@ -10,6 +10,9 @@ use Doctrine\DBAL\Schema\Table;
use Doctrine\DBAL\Types\Types;
use Doctrine\Migrations\AbstractMigration;
/**
* Create new tables needed for the dynamic rule-based redirections
*/
final class Version20240224115725 extends AbstractMigration
{
public function up(Schema $schema): void