View | Details | Raw Unified | Return to bug 16573
Collapse All | Expand All

(-)a/installer/data/mysql/updatedatabase.pl (-2 / +1 lines)
Lines 10387-10393 $DBversion = "3.19.00.038"; Link Here
10387
if ( CheckVersion($DBversion) ) {
10387
if ( CheckVersion($DBversion) ) {
10388
    $dbh->do(q|
10388
    $dbh->do(q|
10389
        ALTER TABLE virtualshelves
10389
        ALTER TABLE virtualshelves
10390
        ADD COLUMN created_on TIMESTAMP NOT NULL AFTER lastmodified
10390
        ADD COLUMN created_on DATETIME NOT NULL AFTER lastmodified
10391
    |);
10391
    |);
10392
    # Set created_on = lastmodified
10392
    # Set created_on = lastmodified
10393
    # I would say it's better than 0000-00-00
10393
    # I would say it's better than 0000-00-00
10394
- 

Return to bug 16573