CC-3605 : Create 2.1 upgrades

This commit is contained in:
Naomi Aro 2012-04-10 18:13:16 +02:00
parent 428d04d77f
commit 91b4365f08
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ class Version20120410143340 extends AbstractMigration
$this->_addSql("ALTER TABLE cc_playlist ADD CONSTRAINT cc_playlist_createdby_fkey FOREIGN KEY (creator_id) REFERENCES cc_subjs(id) NOT DEFERRABLE INITIALLY IMMEDIATE");
$this->_addSql("ALTER TABLE cc_playlist ADD utime timestamp(6)");
$this->_addSql("ALTER TABLE cc_playlist ADD mtime timestamp(6)");
}
public function down(Schema $schema)