CC-2538:Upgrade script for Phone home metrics-DB changes

- implemented drop() for both music_dirs and country tables
This commit is contained in:
James 2011-07-14 15:58:15 -04:00
parent 2b1a0b4f72
commit 4601852eed
2 changed files with 2 additions and 2 deletions

View File

@ -32,6 +32,6 @@ class Version20110629143017 extends AbstractMigration
public function down(Schema $schema)
{
$schema->dropTable('cc_music_dirs');
}
}

View File

@ -21,6 +21,6 @@ class Version20110713161043 extends AbstractMigration
public function down(Schema $schema)
{
$schema->dropTable('cc_country');
}
}