Upgrading from 1.30 or earlier
==============================

A new property, 'url', was added to the 'base_error' table. You can
add it with the statement:

  ALTER TABLE base_error ADD url varchar(150) null

This should work in all databases.
