Indefero

Indefero Commit Details


Date:2012-04-26 10:29:26 (13 years 5 days ago)
Author:Simon Holywell
Branch:develop
Commit:c3bbddb1ff394858d6e3870d2a73f69f24e5aa7d
Parents: a608d7ea0aac8135a934f327fa6cf3e60329eb05
Message:Repair the issue due date migration for Postgresql

Changes:

File differences

src/IDF/Migrations/25IssueDueDate.php
2929
3030
3131
32
32
3333
3434
3535
{
    $table = Pluf::factory('IDF_Issue')->getSqlTable();
    $sql = array();
    $sql['PostgreSQL'] = 'ALTER TABLE '.$table.' ADD COLUMN "due_dtime" DATETIME';
    $sql['PostgreSQL'] = 'ALTER TABLE '.$table.' ADD COLUMN "due_dtime" TIMESTAMP';
    $sql['MySQL'] = 'ALTER TABLE '.$table.' ADD COLUMN `due_dtime` DATETIME';
    $db = Pluf::db();
    $engine = Pluf::f('db_engine');

Archive Download the corresponding diff file

Page rendered in 0.33081s using 13 queries.