CC-3605 : Create 2.1 upgrades
This commit is contained in:
parent
428d04d77f
commit
91b4365f08
|
@ -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 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 utime timestamp(6)");
|
||||||
$this->_addSql("ALTER TABLE cc_playlist ADD mtime timestamp(6)");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function down(Schema $schema)
|
public function down(Schema $schema)
|
||||||
|
|
Loading…
Reference in New Issue