CC-2538:Upgrade script for Phone home metrics-DB changes
- implemented drop() for both music_dirs and country tables
This commit is contained in:
parent
2b1a0b4f72
commit
4601852eed
|
@ -32,6 +32,6 @@ class Version20110629143017 extends AbstractMigration
|
||||||
|
|
||||||
public function down(Schema $schema)
|
public function down(Schema $schema)
|
||||||
{
|
{
|
||||||
|
$schema->dropTable('cc_music_dirs');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,6 +21,6 @@ class Version20110713161043 extends AbstractMigration
|
||||||
|
|
||||||
public function down(Schema $schema)
|
public function down(Schema $schema)
|
||||||
{
|
{
|
||||||
|
$schema->dropTable('cc_country');
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue