Version20171205180407.php 453 B

1234567891011121314151617181920
  1. <?php
  2. namespace Application\Migrations;
  3. use Doctrine\DBAL\Migrations\AbstractMigration;
  4. use Doctrine\DBAL\Schema\Schema;
  5. use MigrationsBundle\Migrations\MigrationsBase;
  6. /**
  7. * Auto-generated Migration: Please modify to your needs!
  8. */
  9. class Version20171205180407 extends MigrationsBase
  10. {
  11. public function up(Schema $schema)
  12. {
  13. $this->executeYaml(__DIR__ . "/Actions20171205180407/", "inicio.yml");
  14. $this->showResult();
  15. }
  16. }