Go to the first, previous, next, last section, table of contents.
The database structure of Catalog-0.5 is not compatible with versions of Catalog under version 0.3. Migration is quite straight forward, however.
The new table catalog_path_<name> will be created automatically, no manipulation is necessary.
The catalog table structure has changed and must be modified using the following SQL instructions:
alter table catalog add dump varchar(255); alter table catalog add dumplocation varchar(255);
Go to the first, previous, next, last section, table of contents.