Skip to content

Commit

Permalink
TASK: Cleanup PostgreSQL migration
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeyer committed Jul 19, 2017
1 parent 39845ce commit 728f8c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Migrations/Postgresql/Version20170718190551.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Doctrine\DBAL\Schema\Schema;

/**
* Auto-generated Migration: Please modify to your needs! This block will be used as the migration description if getDescription() is not used.
* Add tables to store content repository importer data
*/
class Version20170718190551 extends AbstractMigration
{
Expand All @@ -15,7 +15,7 @@ class Version20170718190551 extends AbstractMigration
*/
public function getDescription()
{
return '';
return 'Add tables to store content repository importer data';
}

/**
Expand Down Expand Up @@ -45,7 +45,5 @@ public function down(Schema $schema)
$this->addSql('DROP TABLE ttree_contentrepositoryimporter_domain_model_import');
$this->addSql('DROP TABLE ttree_contentrepositoryimporter_domain_model_recordmapping');
$this->addSql('ALTER TABLE neos_neos_eventlog_domain_model_event DROP externalidentifier');
$this->addSql('ALTER TABLE neos_neos_eventlog_domain_model_event ALTER data TYPE TEXT');
$this->addSql('ALTER TABLE neos_neos_eventlog_domain_model_event ALTER data DROP DEFAULT');
}
}

0 comments on commit 728f8c4

Please sign in to comment.