Changeset 1317

Show
Ignore:
Timestamp:
10/16/09 22:30:17 (6 weeks ago)
Author:
robbat2
Message:

Put all the schema history in one place.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/server/lib/MogileFS/Store.pm

    r1303 r1317  
    1010# to start-up with an old schema version 
    1111# 
     12# 6: adds file_to_replicate table 
     13# 7: adds file_to_delete_later table 
    1214# 8: adds fsck_log table 
    1315# 9: adds 'drain' state to enum in device table 
     
    360362    my $sto = shift; 
    361363 
    362     # schema history: 
    363     #   8: adds fsck_log table 
    364     #   7: adds file_to_delete_later table 
    365     #   6: adds file_to_replicate table 
    366364    my $curver = $sto->schema_version; 
    367365