These are raw notes generated when upgrading the Arisia installation to the trunk version of v1.
alter table config_properties add prop_description varchar(50); alter table config_properties add prop_sequence int(2);
update config_properties set prop_description=prop_name where prop_description is null ;
alter table reg_transactions add trans_invoice text ;