mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Fix invalid migration classname
This commit is contained in:
parent
79b81d0215
commit
7cf6e60067
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ use Doctrine\DBAL\Schema\Schema;
|
|||
/**
|
||||
* Auto-generated Migration: Please modify to your needs!
|
||||
*/
|
||||
class Version20150922153417 extends AbstractMigration
|
||||
class Version20151228175507 extends AbstractMigration
|
||||
{
|
||||
/**
|
||||
* @param Schema $schema
|
||||
|
|
@ -25,4 +25,4 @@ class Version20150922153417 extends AbstractMigration
|
|||
// this down() migration is auto-generated, please modify it to your needs
|
||||
$this->addSql("ALTER TABLE sylius_product_variant DROP COLUMN original_price;");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue