Changeset 548

Show
Ignore:
Timestamp:
08/04/08 15:40:12 (8 months ago)
Author:
smoku
Message:

Updated bdb2mysql.rb to jabberd 2.1 DB schema

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tools/bdb2mysql.rb

    r495 r548  
    7070 
    7171class Authreg <Table 
    72   @FIELDS = ["username", "realm", "password", "token", "sequence", "hash"] 
    73   @FORMAT = "A257 A257 A257 A11 xxi A41" # xx for padding so that the integer is aligned 
     72  @FIELDS = ["username", "realm", "password"] 
     73  @FORMAT = "A257 A257 A257" # xx for padding so that the integer is aligned 
     74#  @FIELDS = ["username", "realm", "password", "token", "sequence", "hash"] 
     75#  @FORMAT = "A257 A257 A257 A11 xxi A41" # xx for padding so that the integer is aligned 
    7476end 
    7577