8 lines
273 B
Text
8 lines
273 B
Text
|
************************************************************
|
||
|
If you are upgrading an older (1.85) database, be sure to
|
||
|
convert the *.dbb files, e.g:
|
||
|
|
||
|
mv file.dbb file.old
|
||
|
db_dump185 file.old | db_load file.dbb
|
||
|
************************************************************
|