mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Create new migration to drop old device_long_urls table
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user