Ignore:
Timestamp:
04/02/15 15:43:23 (9 years ago)
Author:
nanardon
Message:

Add an irev column to SQL log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Sql.pm

    r1309 r1311  
    649649 
    650650    my $sth = $self->db->prepare(q{ 
    651         INSERT into objectslogs (ikey, otype, name, changetype, username, message) 
    652         VALUES (?,?,?,?,?,?) 
     651        INSERT into objectslogs (ikey, irev, otype, name, changetype, username, message) 
     652        VALUES (?,?,?,?,?,?,?) 
    653653        }); 
    654654 
    655655    $sth->execute( 
    656656        $ref, 
     657        $self->current_rev, 
    657658        $otype, 
    658659        $name, 
Note: See TracChangeset for help on using the changeset viewer.