Merge branch 'devel' of dev.sourcefabric.org:airtime into devel

This commit is contained in:
martin 2011-07-14 16:39:27 -04:00
commit 1aa1500d0c
8 changed files with 93 additions and 67 deletions

View file

@ -33,6 +33,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');
}
}